Fix javadoc errors (#2348)

This commit is contained in:
enbrain 2021-04-26 06:46:10 +09:00 committed by GitHub
parent c109973ce2
commit 3d5a2db229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@ CLASS net/minecraft/class_1860 net/minecraft/recipe/Recipe
COMMENT to appear in that grid.
COMMENT
COMMENT @implSpec Default implementation simply returns a grid of all empty stacks where all stacks from the
COMMENT input grid have been replaced with the result of calling {@link Item#getRecipeRemainder()} on them.
COMMENT input grid have been replaced with the result of calling {@link net.minecraft.item.Item#getRecipeRemainder()} on them.
ARG 1 inventory
METHOD method_8112 getGroup ()Ljava/lang/String;
COMMENT Optional group this recipe belongs in. Used to group recipes into different categories by the recipe book.

View File

@ -12,7 +12,7 @@ CLASS net/minecraft/class_6136 net/minecraft/util/collection/LinkedBlockPosHashS
COMMENT <li>Positions that are geometrically close together are grouped together in memory. This localises adjacent reads and writes.</li>
COMMENT <li>A larger number of positions can be comprised together into one long allowing for a smaller memory footprint.</li>
COMMENT </ol>
COMMENT @see LevelPropagator
COMMENT @see net.minecraft.world.chunk.light.LevelPropagator
FIELD field_31715 buffer Lnet/minecraft/class_6136$class_6137;
METHOD <init> (IF)V
ARG 1 expectedSize
@ -76,7 +76,7 @@ CLASS net/minecraft/class_6136 net/minecraft/util/collection/LinkedBlockPosHashS
METHOD method_35487 add (J)Z
COMMENT Ensures that this collection contains the specified element (optional operation).
COMMENT
COMMENT @see Collection#add(Object)
COMMENT @see java.util.Collection#add(Object)
ARG 1 posLong
METHOD method_35488 rem (J)Z
COMMENT Removes a block position from this map.

View File

@ -269,7 +269,7 @@ CLASS net/minecraft/class_6088 net/minecraft/world/WorldEvents
COMMENT A fire block or campfire is extinguished.
COMMENT <br>Plays the fire extinguish sound event.
COMMENT <p>Called by {@link net.minecraft.block.AbstractFireBlock#onBreak(net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.block.BlockState, net.minecraft.entity.player.PlayerEntity) AbstractFireBlock#onBreak},
COMMENT {@link net.minecraft.entity.projectile.thrown.PotionEntity#extinguishFire(net.minecraft.util.math.BlockPos, net.minecraft.util.math.Direction) PotionEntity#extinguishFire},
COMMENT {@link net.minecraft.entity.projectile.thrown.PotionEntity#extinguishFire(net.minecraft.util.math.BlockPos) PotionEntity#extinguishFire},
COMMENT and {@link net.minecraft.item.ShovelItem#useOnBlock(net.minecraft.item.ItemUsageContext) ShovelItem#useOnBlock}
FIELD field_31168 MUSIC_DISC_PLAYED I
COMMENT A Music Disc is played.