diff --git a/mappings/net/minecraft/recipe/Recipe.mapping b/mappings/net/minecraft/recipe/Recipe.mapping index 0b3486c57f..d70f055467 100644 --- a/mappings/net/minecraft/recipe/Recipe.mapping +++ b/mappings/net/minecraft/recipe/Recipe.mapping @@ -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. diff --git a/mappings/net/minecraft/util/collection/LinkedBlockPosHashSet.mapping b/mappings/net/minecraft/util/collection/LinkedBlockPosHashSet.mapping index 462227b667..8c375be994 100644 --- a/mappings/net/minecraft/util/collection/LinkedBlockPosHashSet.mapping +++ b/mappings/net/minecraft/util/collection/LinkedBlockPosHashSet.mapping @@ -12,7 +12,7 @@ CLASS net/minecraft/class_6136 net/minecraft/util/collection/LinkedBlockPosHashS COMMENT
  • Positions that are geometrically close together are grouped together in memory. This localises adjacent reads and writes.
  • COMMENT
  • A larger number of positions can be comprised together into one long allowing for a smaller memory footprint.
  • COMMENT - COMMENT @see LevelPropagator + COMMENT @see net.minecraft.world.chunk.light.LevelPropagator FIELD field_31715 buffer Lnet/minecraft/class_6136$class_6137; METHOD (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. diff --git a/mappings/net/minecraft/world/WorldEvents.mapping b/mappings/net/minecraft/world/WorldEvents.mapping index da84f98b97..035af2955a 100644 --- a/mappings/net/minecraft/world/WorldEvents.mapping +++ b/mappings/net/minecraft/world/WorldEvents.mapping @@ -269,7 +269,7 @@ CLASS net/minecraft/class_6088 net/minecraft/world/WorldEvents COMMENT A fire block or campfire is extinguished. COMMENT
    Plays the fire extinguish sound event. COMMENT

    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.