22w11a javadoc fixes (#3055)

* 22w11a javadoc fixes

* Update mappings/net/minecraft/tag/TagPacketSerializer.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
This commit is contained in:
apple502j 2022-03-23 19:38:27 +09:00 committed by GitHub
parent 4702895447
commit 14e3a297d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 16 additions and 18 deletions

View File

@ -27,7 +27,7 @@ CLASS net/minecraft/class_3302 net/minecraft/resource/ResourceReloader
COMMENT In the end, returns the result of {@code thenAcceptAsync}. COMMENT In the end, returns the result of {@code thenAcceptAsync}.
COMMENT COMMENT
COMMENT @return a future for the reload COMMENT @return a future for the reload
COMMENT @see ReloadableResourceManager#reload(Executor, Executor, COMMENT @see ReloadableResourceManagerImpl#reload(Executor, Executor,
COMMENT CompletableFuture, List) COMMENT CompletableFuture, List)
ARG 1 synchronizer ARG 1 synchronizer
COMMENT the synchronizer COMMENT the synchronizer

View File

@ -267,7 +267,8 @@ CLASS net/minecraft/class_3218 net/minecraft/server/world/ServerWorld
COMMENT {@return the world spawn point} COMMENT {@return the world spawn point}
COMMENT COMMENT
COMMENT @implNote If it is outside the world border, this returns the position of the COMMENT @implNote If it is outside the world border, this returns the position of the
COMMENT highest {@linkplain Heightmap.Type#MOTION_BLOCKING motion-blocking} block at the center of the world border. COMMENT highest {@linkplain net.minecraft.world.Heightmap.Type#MOTION_BLOCKING motion-blocking}
COMMENT block at the center of the world border.
METHOD method_28125 isFlat ()Z METHOD method_28125 isFlat ()Z
METHOD method_29198 getEnderDragonFight ()Lnet/minecraft/class_2881; METHOD method_29198 getEnderDragonFight ()Lnet/minecraft/class_2881;
METHOD method_29199 setTimeOfDay (J)V METHOD method_29199 setTimeOfDay (J)V

View File

@ -15,13 +15,11 @@ CLASS net/minecraft/class_6864 net/minecraft/tag/TagPacketSerializer
ARG 4 rawIds ARG 4 rawIds
CLASS class_5748 Serialized CLASS class_5748 Serialized
COMMENT A serialization-friendly POJO representation of a {@linkplain COMMENT A serialization-friendly POJO representation of a {@linkplain
COMMENT TagGroup tag group}. This allows easy transport of tag groups COMMENT RegistryEntryList registry entry list} of tags. This allows easy transport
COMMENT over Minecraft network protocol. COMMENT of tags over Minecraft network protocol.
COMMENT COMMENT
COMMENT <p>This stores tag entries with raw integer IDs and requires a registry COMMENT <p>This stores tag entries with raw integer IDs and requires a registry
COMMENT for raw ID access to {@linkplain TagGroup#serialize(Registry) serialize} COMMENT for raw ID access to serialize or deserialize tags.
COMMENT or {@linkplain TagGroup#deserialize(TagGroup.Serialized, Registry)
COMMENT deserialize} tag groups.
FIELD field_28304 contents Ljava/util/Map; FIELD field_28304 contents Ljava/util/Map;
METHOD <init> (Ljava/util/Map;)V METHOD <init> (Ljava/util/Map;)V
ARG 1 contents ARG 1 contents

View File

@ -7,8 +7,6 @@ CLASS net/minecraft/class_5381 net/minecraft/util/dynamic/RegistryElementCodec
COMMENT loading from registry before a registry is fully loaded from a codec. COMMENT loading from registry before a registry is fully loaded from a codec.
COMMENT COMMENT
COMMENT @param <E> the element type COMMENT @param <E> the element type
COMMENT @see RegistryCodec
COMMENT @see RegistryReadingOps
COMMENT @see RegistryOps COMMENT @see RegistryOps
FIELD field_25507 registryRef Lnet/minecraft/class_5321; FIELD field_25507 registryRef Lnet/minecraft/class_5321;
FIELD field_25508 elementCodec Lcom/mojang/serialization/Codec; FIELD field_25508 elementCodec Lcom/mojang/serialization/Codec;

View File

@ -39,7 +39,8 @@ CLASS net/minecraft/class_2382 net/minecraft/util/math/Vec3i
METHOD method_10262 getSquaredDistance (Lnet/minecraft/class_2382;)D METHOD method_10262 getSquaredDistance (Lnet/minecraft/class_2382;)D
COMMENT {@return the squared distance between here (center) and {@code vec}} COMMENT {@return the squared distance between here (center) and {@code vec}}
COMMENT COMMENT
COMMENT @see #getSquaredDistance(Vec3i, boolean) COMMENT @see #getSquaredDistance(double, double, double)
COMMENT @see #getSquaredDistanceFromCenter(double, double, double)
ARG 1 vec ARG 1 vec
METHOD method_10263 getX ()I METHOD method_10263 getX ()I
METHOD method_10264 getY ()I METHOD method_10264 getY ()I

View File

@ -6,7 +6,7 @@ CLASS net/minecraft/class_5455 net/minecraft/util/registry/DynamicRegistryManage
COMMENT registries, while each client play network handler has a dynamic registry COMMENT registries, while each client play network handler has a dynamic registry
COMMENT manager for server-sent dynamic registries. COMMENT manager for server-sent dynamic registries.
COMMENT COMMENT
COMMENT <p>The {@link DynamicRegistryManager.Impl} COMMENT <p>The {@link DynamicRegistryManager.ImmutableImpl}
COMMENT class serves as an immutable implementation of any particular collection COMMENT class serves as an immutable implementation of any particular collection
COMMENT or configuration of dynamic registries. COMMENT or configuration of dynamic registries.
FIELD field_25918 LOGGER Lorg/slf4j/Logger; FIELD field_25918 LOGGER Lorg/slf4j/Logger;

View File

@ -3,7 +3,7 @@ CLASS net/minecraft/class_6797 net/minecraft/world/gen/placementmodifier/Placeme
COMMENT takes a position with some context and returns zero or more positions. COMMENT takes a position with some context and returns zero or more positions.
COMMENT It's used to determine where to generate configured features. COMMENT It's used to determine where to generate configured features.
COMMENT COMMENT
COMMENT @see net.minecraft.world.gen.feature.ConfiguredFeature#withPlacement COMMENT @see net.minecraft.world.gen.feature.ConfiguredFeature
FIELD field_35736 CODEC Lcom/mojang/serialization/Codec; FIELD field_35736 CODEC Lcom/mojang/serialization/Codec;
METHOD method_14452 getPositions (Lnet/minecraft/class_5444;Ljava/util/Random;Lnet/minecraft/class_2338;)Ljava/util/stream/Stream; METHOD method_14452 getPositions (Lnet/minecraft/class_5444;Ljava/util/Random;Lnet/minecraft/class_2338;)Ljava/util/stream/Stream;
COMMENT Applies this placement modifier to the given position. COMMENT Applies this placement modifier to the given position.

View File

@ -2,7 +2,7 @@ CLASS net/minecraft/class_4274 net/minecraft/world/spawner/CatSpawner
COMMENT A spawner for cats in villages and swamp huts. COMMENT A spawner for cats in villages and swamp huts.
COMMENT COMMENT
COMMENT @implNote Cats in swamp huts are also spawned in COMMENT @implNote Cats in swamp huts are also spawned in
COMMENT {@link net.minecraft.world.gen.chunk.ChunkGeneratorSettings#getEntitySpawnList}. COMMENT {@link net.minecraft.world.gen.chunk.ChunkGenerator#getEntitySpawnList}.
FIELD field_19171 cooldown I FIELD field_19171 cooldown I
FIELD field_30601 SPAWN_INTERVAL I FIELD field_30601 SPAWN_INTERVAL I
METHOD method_20260 spawnInSwampHut (Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)I METHOD method_20260 spawnInSwampHut (Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;)I

View File

@ -2,7 +2,7 @@ CLASS net/minecraft/class_3769 net/minecraft/world/spawner/PatrolSpawner
COMMENT A spawner for pillager patrols. COMMENT A spawner for pillager patrols.
COMMENT COMMENT
COMMENT <p>Pillager spawns in pillager outposts are controlled at COMMENT <p>Pillager spawns in pillager outposts are controlled at
COMMENT {@link net.minecraft.world.gen.chunk.ChunkGeneratorSettings#getEntitySpawnList}. COMMENT {@link net.minecraft.world.gen.chunk.ChunkGenerator#getEntitySpawnList}.
FIELD field_16652 cooldown I FIELD field_16652 cooldown I
METHOD method_16575 spawnPillager (Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Ljava/util/Random;Z)Z METHOD method_16575 spawnPillager (Lnet/minecraft/class_3218;Lnet/minecraft/class_2338;Ljava/util/Random;Z)Z
ARG 1 world ARG 1 world

View File

@ -5,9 +5,9 @@ CLASS net/minecraft/class_5304 net/minecraft/world/spawner/Spawner
COMMENT special context, such as cats in a village or wandering traders. COMMENT special context, such as cats in a village or wandering traders.
COMMENT This is different from COMMENT This is different from
COMMENT {@link net.minecraft.world.MobSpawnerLogic the mob spawner logic} COMMENT {@link net.minecraft.world.MobSpawnerLogic the mob spawner logic}
COMMENT which is used for {@link net.minecraft.SpawnerBlock the spawner block}, COMMENT which is used for {@link net.minecraft.block.SpawnerBlock the spawner block},
COMMENT or the structure spawn conditions (such as guardians) which is defined in COMMENT or the structure spawn conditions (such as guardians) which is defined in
COMMENT {@link net.minecraft.world.gen.chunk.ChunkGeneratorSettings#getEntitySpawnList}. COMMENT {@link net.minecraft.world.gen.chunk.ChunkGenerator#getEntitySpawnList}.
COMMENT However, cats in swamp huts are spawned in both {@link CatSpawner} and COMMENT However, cats in swamp huts are spawned in both {@link CatSpawner} and
COMMENT the normal structure spawning. COMMENT the normal structure spawning.
METHOD method_6445 spawn (Lnet/minecraft/class_3218;ZZ)I METHOD method_6445 spawn (Lnet/minecraft/class_3218;ZZ)I

View File

@ -46,7 +46,7 @@
* <td>{@link ResourcePack}</td> * <td>{@link ResourcePack}</td>
* <td>Provides binary data based on queries. * <td>Provides binary data based on queries.
* <br>They are usually single-use, created by {@link ResourcePackManager} and provided * <br>They are usually single-use, created by {@link ResourcePackManager} and provided
* to {@link ReloadableResourceManager} in each reload.</td> * to the resource manager in each reload.</td>
* </tr> * </tr>
* <tr> * <tr>
* <td>{@link ResourcePackProfile}</td> * <td>{@link ResourcePackProfile}</td>
@ -61,7 +61,7 @@
* <tr> * <tr>
* <td>{@link ResourcePackManager}</td> * <td>{@link ResourcePackManager}</td>
* <td>Keeps track of {@link ResourcePackProvider}s and uses the profiles from the providers * <td>Keeps track of {@link ResourcePackProvider}s and uses the profiles from the providers
* to create {@link ResourcePack}s to send to {@link ReloadableResourceManager}s in each reload.</td> * to create {@link ResourcePack}s to send to resource managers in each reload.</td>
* </tr> * </tr>
* </table></div> * </table></div>
* *