From 64ff29802fba254b7e8fd48c04b7e550963ebd22 Mon Sep 17 00:00:00 2001 From: apple502j <33279053+apple502j@users.noreply.github.com> Date: Thu, 25 Nov 2021 05:17:22 +0900 Subject: [PATCH] Fix world event javadoc (#2879) * Fix world event javadoc * Update mappings/net/minecraft/world/WorldEvents.mapping Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com> Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../net/minecraft/world/WorldEvents.mapping | 131 +++++++++--------- 1 file changed, 65 insertions(+), 66 deletions(-) diff --git a/mappings/net/minecraft/world/WorldEvents.mapping b/mappings/net/minecraft/world/WorldEvents.mapping index 53f16b6323..793c74fa1f 100644 --- a/mappings/net/minecraft/world/WorldEvents.mapping +++ b/mappings/net/minecraft/world/WorldEvents.mapping @@ -11,103 +11,103 @@ CLASS net/minecraft/class_6088 net/minecraft/world/WorldEvents COMMENT finally processed by {@link net.minecraft.client.render.WorldRenderer#processWorldEvent(net.minecraft.entity.player.PlayerEntity, int, net.minecraft.util.math.BlockPos, int) WorldRenderer#processWorldEvent} and COMMENT {@link net.minecraft.client.render.WorldRenderer#processGlobalEvent(int, net.minecraft.util.math.BlockPos, int) WorldRenderer#processGlobalEvent} (for regular and global events respectively). FIELD field_31114 ZOMBIE_INFECTS_VILLAGER I - COMMENT A Zombie infects a Villager. + COMMENT A zombie infects a villager. COMMENT
Plays the zombie infect villager sound event. COMMENT

Called by {@link net.minecraft.entity.mob.ZombieEntity#onKilledOther(net.minecraft.server.world.ServerWorld, net.minecraft.entity.LivingEntity) ZombieEntity#onKilledOther} FIELD field_31115 ZOMBIE_VILLAGER_CURED I - COMMENT A Zombie Villager is cured. + COMMENT A zombie villager is cured. COMMENT
Plays the zombie villager cured sound event. COMMENT

Called by {@link net.minecraft.entity.mob.ZombieVillagerEntity#finishConversion(net.minecraft.server.world.ServerWorld) ZombieVillagerEntity#finishConversion} FIELD field_31116 ENDER_DRAGON_DIES I - COMMENT An Ender Dragon dies. + COMMENT An ender dragon dies. COMMENT
Plays the ender dragon death sound event. COMMENT
This is a global event. COMMENT

Called by {@link net.minecraft.entity.boss.dragon.EnderDragonEntity#updatePostDeath() EnderDragonEntity#updatePostDeath} FIELD field_31117 ANVIL_DESTROYED I - COMMENT An Anvil is destroyed from damage. + COMMENT An anvil is destroyed from damage. COMMENT
Plays the anvil destroyed sound event. COMMENT

Called by {@link net.minecraft.block.AnvilBlock#onDestroyedOnLanding(net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.entity.FallingBlockEntity) AnvilBlock#onDestroyedOnLanding}, COMMENT and {@link net.minecraft.screen.AnvilScreenHandler#onTakeOutput(net.minecraft.entity.player.PlayerEntity, net.minecraft.item.ItemStack) AnvilScreenHandler#onTakeOutput} FIELD field_31118 ANVIL_USED I - COMMENT An Anvil is used. + COMMENT An anvil is used. COMMENT
Plays the anvil used sound event. COMMENT

Called by {@link net.minecraft.screen.AnvilScreenHandler#onTakeOutput(net.minecraft.entity.player.PlayerEntity, net.minecraft.item.ItemStack) AnvilScreenHandler#onTakeOutput} FIELD field_31119 ANVIL_LANDS I - COMMENT An Anvil lands after falling. + COMMENT An anvil lands after falling. COMMENT
Plays the anvil landing sound event. COMMENT

Called by {@link net.minecraft.block.AnvilBlock#onLanding(net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.block.BlockState, net.minecraft.block.BlockState, net.minecraft.entity.FallingBlockEntity) AnvilBlock#onLanding} FIELD field_31120 TRAVEL_THROUGH_PORTAL I - COMMENT A Portal is travelled through. + COMMENT A portal is travelled through. COMMENT
Plays the portal travel sound event directly through the client's sound manager. COMMENT

Called by {@link net.minecraft.server.network.ServerPlayerEntity#moveToWorld(net.minecraft.server.world.ServerWorld) ServerPlayerEntity#moveToWorld} FIELD field_31121 CHORUS_FLOWER_GROWS I - COMMENT A Chorus Flower grows. + COMMENT A chorus flower grows. COMMENT
Plays the chorus flower growing sound event. COMMENT

Called by {@link net.minecraft.block.ChorusFlowerBlock#grow(net.minecraft.world.World, net.minecraft.util.math.BlockPos, int) ChorusFlowerBlock#grow} FIELD field_31122 CHORUS_FLOWER_DIES I - COMMENT A Chorus Flower dies. + COMMENT A chorus flower dies. COMMENT
Plays the chorus flower death sound event. COMMENT

Called by {@link net.minecraft.block.ChorusFlowerBlock#die(net.minecraft.world.World, net.minecraft.util.math.BlockPos) ChorusFlowerBlock#die} FIELD field_31123 BREWING_STAND_BREWS I - COMMENT A Brewing Stand brews. + COMMENT A brewing stand brews. COMMENT
Plays the brewing stand brewing sound event. COMMENT

Called by {@link net.minecraft.block.entity.BrewingStandBlockEntity#craft(net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.util.collection.DefaultedList) BrewingStandBlockEntity#craft} FIELD field_31124 IRON_TRAPDOOR_CLOSES I - COMMENT An Iron Trapdoor closes. + COMMENT An iron trapdoor closes. COMMENT
Plays the iron trapdoor closing sound event. COMMENT

Called by {@link net.minecraft.block.TrapdoorBlock#playToggleSound(net.minecraft.entity.player.PlayerEntity, net.minecraft.world.World, net.minecraft.util.math.BlockPos, boolean) TrapdoorBlock#playToggleSound} FIELD field_31125 IRON_TRAPDOOR_OPENS I - COMMENT An Iron Trapdoor opens. + COMMENT An iron trapdoor opens. COMMENT
Plays the iron trapdoor opening sound event. COMMENT

Called by {@link net.minecraft.block.TrapdoorBlock#playToggleSound(net.minecraft.entity.player.PlayerEntity, net.minecraft.world.World, net.minecraft.util.math.BlockPos, boolean) TrapdoorBlock#playToggleSound} FIELD field_31126 END_PORTAL_OPENED I - COMMENT An End Portal is opened. + COMMENT An end portal is opened. COMMENT
Plays the end portal spawn sound event. COMMENT
This is a global event. COMMENT

Called by {@link net.minecraft.item.EnderEyeItem#useOnBlock(net.minecraft.item.ItemUsageContext) EnderEyeItem#useOnBlock} FIELD field_31127 PHANTOM_BITES I - COMMENT A Phantom bites its victim. + COMMENT A phantom bites its victim. COMMENT
Plays the phantom bite sound event. COMMENT

Called by {@link net.minecraft.entity.mob.PhantomEntity.SwoopMovementGoal#tick() PhantomEntity.SwoopMovementGoal#tick} FIELD field_31128 ZOMBIE_CONVERTS_TO_DROWNED I - COMMENT A Zombie converts into a Drowned. + COMMENT A zombie converts into a drowned. COMMENT
Plays the zombie convert to drowned sound event. COMMENT

Called by {@link net.minecraft.entity.mob.ZombieEntity#convertInWater() ZombieEntity#convertInWater} FIELD field_31129 HUSK_CONVERTS_TO_ZOMBIE I - COMMENT A Husk converts into a Zombie. + COMMENT A husk converts into a zombie. COMMENT
Plays the husk convert to zombie sound event. COMMENT

Called by {@link net.minecraft.entity.mob.HuskEntity#convertInWater() HuskEntity#convertInWater} FIELD field_31130 GRINDSTONE_USED I - COMMENT A Grindstone is used. + COMMENT A grindstone is used. COMMENT
Plays the grindstone used sound event. COMMENT

Called by {@link net.minecraft.screen.GrindstoneScreenHandler GrindstoneScreenHandler} FIELD field_31131 LECTERN_BOOK_PAGE_TURNED I - COMMENT A page is turned in a Book on a Lectern. + COMMENT A page is turned in a book on a lectern. COMMENT
Plays the page turn sound event. COMMENT

Called by {@link net.minecraft.block.LecternBlock#setPowered(net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.block.BlockState) LecternBlock#setPowered} FIELD field_31132 SMITHING_TABLE_USED I - COMMENT A Smithing Table is used. + COMMENT A smithing table is used. COMMENT
Plays the smithing table used sound event. COMMENT

Called by {@link net.minecraft.screen.SmithingScreenHandler#onTakeOutput(net.minecraft.entity.player.PlayerEntity, net.minecraft.item.ItemStack) SmithingScreenHandler#onTakeOutput} FIELD field_31133 POINTED_DRIPSTONE_LANDS I - COMMENT Pointed Dripstone lands after falling. + COMMENT A pointed dripstone lands after falling. COMMENT
Plays the pointed dripstone landing sound event. COMMENT

Called by {@link net.minecraft.block.PointedDripstoneBlock#onDestroyedOnLanding(net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.entity.FallingBlockEntity) PointedDripstoneBlock#onDestroyedOnLanding} FIELD field_31134 POINTED_DRIPSTONE_DRIPS_LAVA_INTO_CAULDRON I - COMMENT Pointed Dripstone drips Lava into a Cauldron. + COMMENT A pointed dripstone drips lava into a cauldron. COMMENT
Plays the pointed dripstone dripping lava into cauldron sound event. COMMENT

Called by {@link net.minecraft.block.CauldronBlock#fillFromDripstone(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.fluid.Fluid) CauldronBlock#fillFromDripstone} FIELD field_31135 POINTED_DRIPSTONE_DRIPS_WATER_INTO_CAULDRON I - COMMENT Pointed Dripstone drips Water into a Cauldron. + COMMENT A pointed dripstone drips water into a cauldron. COMMENT
Plays the pointed dripstone dripping water into cauldron sound event. COMMENT

Called by {@link net.minecraft.block.CauldronBlock#fillFromDripstone(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.fluid.Fluid) CauldronBlock#fillFromDripstone}, COMMENT and {@link net.minecraft.block.LeveledCauldronBlock#fillFromDripstone(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.fluid.Fluid) LeveledCauldronBlock#fillFromDripstone} FIELD field_31136 SKELETON_CONVERTS_TO_STRAY I - COMMENT A Skeleton converts into a Stray. + COMMENT A skeleton converts into a stray. COMMENT
Plays the skeleton convert to stray sound event. COMMENT

Called by {@link net.minecraft.entity.mob.SkeletonEntity#convertToStray() SkeletonEntity#convertToStray} FIELD field_31137 COMPOSTER_USED I - COMMENT An item is composted in a Composter. + COMMENT An item is composted in a composter. COMMENT
Plays the appropriate composting sound event and spawns composter particles. COMMENT

A {@code 1} should be passed as extra data if the use of the composter added to the level of compost inside. COMMENT

Called by {@link net.minecraft.block.ComposterBlock#onUse(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.entity.player.PlayerEntity, net.minecraft.util.Hand, net.minecraft.util.hit.BlockHitResult) ComposterBlock#onUse}, @@ -119,26 +119,26 @@ CLASS net/minecraft/class_6088 net/minecraft/world/WorldEvents COMMENT

Called by {@link net.minecraft.block.FluidBlock#playExtinguishSound(net.minecraft.world.WorldAccess, net.minecraft.util.math.BlockPos) FluidBlock#playExtinguishSound}, COMMENT and {@link net.minecraft.fluid.LavaFluid#playExtinguishEvent(net.minecraft.world.WorldAccess, net.minecraft.util.math.BlockPos) LavaFluid#playExtinguishEvent} FIELD field_31139 REDSTONE_TORCH_BURNS_OUT I - COMMENT A Redstone Torch burns out. + COMMENT A redstone torch burns out. COMMENT
Plays the redstone torch burn out sound event and spawns smoke particles. COMMENT

Called by {@link net.minecraft.block.RedstoneTorchBlock#scheduledTick(net.minecraft.block.BlockState, net.minecraft.server.world.ServerWorld, net.minecraft.util.math.BlockPos, java.util.Random) RedstoneTorchBlock#scheduledTick} FIELD field_31140 DISPENSER_DISPENSES I - COMMENT A Dispenser dispenses an item. + COMMENT A dispenser dispenses an item. COMMENT
Plays the dispensing sound event. COMMENT

Called by {@link net.minecraft.block.dispenser.BoatDispenserBehavior#playSound(net.minecraft.util.math.BlockPointer) BoatDispenserBehavior#playSound}, COMMENT {@link net.minecraft.block.dispenser.FallibleItemDispenserBehavior#playSound(net.minecraft.util.math.BlockPointer) FallibleItemDispenserBehavior#playSound}, COMMENT {@link net.minecraft.block.dispenser.ItemDispenserBehavior#playSound(net.minecraft.util.math.BlockPointer) ItemDispenserBehavior#playSound}, COMMENT and {@link net.minecraft.item.MinecartItem#DISPENSER_BEHAVIOR MinecartItem#DISPENSER_BEHAVIOR} FIELD field_31141 END_PORTAL_FRAME_FILLED I - COMMENT An End Portal Frame is filled with an Eye of Ender. + COMMENT An end portal frame is filled with an eye of ender. COMMENT
Plays the end portal frame filled sound event and spawns smoke particles. COMMENT

Called by {@link net.minecraft.item.EnderEyeItem#useOnBlock(net.minecraft.item.ItemUsageContext) EnderEyeItem#useOnBlock} FIELD field_31142 POINTED_DRIPSTONE_DRIPS I - COMMENT Pointed Dripstone drips fluid particles. + COMMENT A pointed dripstone drips fluid particles. COMMENT
Spawns dripping fluid particles. COMMENT

Called by {@link net.minecraft.block.PointedDripstoneBlock#dripTick(net.minecraft.block.BlockState, net.minecraft.server.world.ServerWorld, net.minecraft.util.math.BlockPos, float) PointedDripstoneBlock#dripTick} FIELD field_31143 DISPENSER_ACTIVATED I - COMMENT A Dispenser is activated. + COMMENT A dispenser is activated. COMMENT
Spawns smoke particles. COMMENT
The ordinal direction the dispenser is facing must be supplied as extra data. COMMENT

Called by {@link net.minecraft.block.dispenser.ItemDispenserBehavior#spawnParticles(net.minecraft.util.math.BlockPointer, net.minecraft.util.math.Direction) ItemDispenserBehavior#spawnParticles} @@ -161,22 +161,22 @@ CLASS net/minecraft/class_6088 net/minecraft/world/WorldEvents COMMENT {@link net.minecraft.block.WitherSkullBlock#onPlaced(net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.block.entity.SkullBlockEntity) WitherSkullBlock#onPlaced}, COMMENT and {@link net.minecraft.world.World#breakBlock(net.minecraft.util.math.BlockPos, boolean, net.minecraft.entity.Entity, int) World#breakBlock} FIELD field_31145 SPLASH_POTION_SPLASHED I - COMMENT A non-instant Splash Potion is splashed. + COMMENT A non-instant splash potion is splashed. COMMENT
Plays the splash potion breaking sound event and spawns splash potion particles. COMMENT

The hex color of the potion must be supplied as extra data. COMMENT

For instant effects such as Instant Health and Instant Damage, use {@link #INSTANT_SPLASH_POTION_SPLASHED}. COMMENT

Called by {@link net.minecraft.entity.projectile.thrown.ExperienceBottleEntity#onCollision(net.minecraft.util.hit.HitResult) ExperienceBottleEntity#onCollision}, COMMENT and {@link net.minecraft.entity.projectile.thrown.PotionEntity#onCollision(net.minecraft.util.hit.HitResult) PotionEntity#onCollision} FIELD field_31146 EYE_OF_ENDER_BREAKS I - COMMENT A thrown Eye of Ender breaks. + COMMENT A thrown eye of ender breaks. COMMENT
Spawns several particles. COMMENT

Called by {@link net.minecraft.entity.EyeOfEnderEntity#tick() EyeOfEnderEntity#tick} FIELD field_31147 SPAWNER_SPAWNS_MOB I - COMMENT A Spawner spawns a mob. + COMMENT A spawner spawns a mob. COMMENT
Spawns smoke and flame particles. COMMENT

Called by {@link net.minecraft.world.MobSpawnerLogic#serverTick(net.minecraft.server.world.ServerWorld, net.minecraft.util.math.BlockPos) MobSpawnerLogic#serverTick} FIELD field_31148 PLANT_FERTILIZED I - COMMENT A plant is fertilized with Bone Meal or by a Bee, or a Turtle Egg is placed + COMMENT A plant is fertilized with bone meal or by a bee, or a turtle egg is placed. COMMENT
Spawns happy villager particles. COMMENT

Called by {@link net.minecraft.entity.passive.BeeEntity.GrowCropsGoal#tick() BeeEntity.GrowCropsGoal#tick}, COMMENT {@link net.minecraft.item.BoneMealItem#useOnBlock(net.minecraft.item.ItemUsageContext) BoneMealItem#useOnBlock}, @@ -184,34 +184,33 @@ CLASS net/minecraft/class_6088 net/minecraft/world/WorldEvents COMMENT {@link net.minecraft.block.dispenser.DispenserBehavior DispenserBehavior}, COMMENT and {@link net.minecraft.block.TurtleEggBlock#onBlockAdded(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.block.BlockState, boolean) TurtleEggBlock#onBlockAdded} FIELD field_31149 DRAGON_BREATH_CLOUD_SPAWNS I - COMMENT A Dragon Breath Cloud spawns. + COMMENT A dragon breath cloud spawns. COMMENT
Plays the dragon fireball explode sound event and spawns dragon breath particles. COMMENT

Called by {@link net.minecraft.entity.projectile.DragonFireballEntity#onCollision(net.minecraft.util.hit.HitResult) DragonFireballEntity#onCollision} FIELD field_31150 INSTANT_SPLASH_POTION_SPLASHED I - COMMENT An instant Splash Potion is splashed. + COMMENT An instant splash potion is splashed. COMMENT
Plays the splash potion breaking sound event and spawns instant splash potion particles. COMMENT

The hex color of the potion must be supplied as extra data. COMMENT

For non-instant effects, use {@link #SPLASH_POTION_SPLASHED}. COMMENT

Called by {@link net.minecraft.entity.projectile.thrown.PotionEntity#onCollision(net.minecraft.util.hit.HitResult) PotionEntity#onCollision} FIELD field_31151 ENDER_DRAGON_BREAKS_BLOCK I - COMMENT An Ender Dragon breaks a block. + COMMENT An ender dragon breaks a block. COMMENT
Spawns an explosion particle. COMMENT

Called by {@link net.minecraft.entity.boss.dragon.EnderDragonEntity#destroyBlocks(net.minecraft.util.math.Box) EnderDragonEntity#destroyBlocks} FIELD field_31152 WET_SPONGE_DRIES_OUT I - COMMENT A Wet Sponge dries out in a hot dimension. + COMMENT A wet sponge dries out in an ultrawarm dimension. COMMENT
Spawns cloud particles. COMMENT

Called by {@link net.minecraft.block.WetSpongeBlock#onBlockAdded(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.block.BlockState, boolean) WetSpongeBlock#onBlockAdded} - COMMENT lic static final int WET_SPONGE_DRIES_OUT = 2009; FIELD field_31153 END_GATEWAY_SPAWNS I - COMMENT An End Gateway spawns. + COMMENT An end gateway spawns. COMMENT
Plays the end gateway spawn sound event and spawns an explosion emitter particle. COMMENT

Called by {@link net.minecraft.entity.boss.dragon.EnderDragonFight#generateEndGateway(net.minecraft.util.math.BlockPos) EnderDragonFight#generateEndGateway} FIELD field_31154 ENDER_DRAGON_RESURRECTED I - COMMENT The Ender Dragon is being resurrected. + COMMENT The ender dragon is being resurrected. COMMENT
Plays the ender dragon growl sound event. COMMENT

Called by {@link net.minecraft.entity.boss.dragon.EnderDragonSpawnState#run(net.minecraft.server.world.ServerWorld, net.minecraft.entity.boss.dragon.EnderDragonFight, java.util.List, int, net.minecraft.util.math.BlockPos) EnderDragonSpawnState#run} FIELD field_31155 ELECTRICITY_SPARKS I - COMMENT Electricity sparks after Lightning hits a Lightning Rod or Oxidizable blocks. + COMMENT Electricity sparks after lightning hits a lightning rod or oxidizable blocks. COMMENT
Spawns electric spark particles. COMMENT

The ordinal direction the lightning rod is facing must be supplied as extra data. COMMENT
A {@code -1} should be passed if the event is called by a lightning entity itself. @@ -230,38 +229,38 @@ CLASS net/minecraft/class_6088 net/minecraft/world/WorldEvents COMMENT
Spawns scraping particles. COMMENT

Called by {@link net.minecraft.item.AxeItem#useOnBlock(net.minecraft.item.ItemUsageContext) AxeItem#useOnBlock} FIELD field_31159 DISPENSER_FAILS I - COMMENT A Dispenser fails to dispense an item. + COMMENT A dispenser fails to dispense an item. COMMENT
Plays the dispenser fail sound event. COMMENT

Called by {@link net.minecraft.block.DispenserBlock#dispense(net.minecraft.server.world.ServerWorld, net.minecraft.util.math.BlockPos) DispenserBlock#dispense}, COMMENT {@link net.minecraft.block.DropperBlock#dispense(net.minecraft.server.world.ServerWorld, net.minecraft.util.math.BlockPos) DropperBlock#dispense}, COMMENT and {@link net.minecraft.block.dispenser.FallibleItemDispenserBehavior#playSound(net.minecraft.util.math.BlockPointer) FallibleItemDispenserBehavior#playSound} FIELD field_31160 DISPENSER_LAUNCHES_PROJECTILE I - COMMENT A Dispenser launches a projectile. + COMMENT A dispenser launches a projectile. COMMENT
Plays the dispenser launch sound event. COMMENT

Called by {@link net.minecraft.block.dispenser.ProjectileDispenserBehavior#playSound(net.minecraft.util.math.BlockPointer) ProjectileDispenserBehavior#playSound} FIELD field_31161 EYE_OF_ENDER_LAUNCHES I - COMMENT An Eye of Ender is launched. + COMMENT An eye of ender is launched. COMMENT
Plays the eye of ender launching sound event. COMMENT

Called by {@link net.minecraft.item.EnderEyeItem#use(net.minecraft.world.World, net.minecraft.entity.player.PlayerEntity, net.minecraft.util.Hand) EnderEyeItem#use} FIELD field_31162 FIREWORK_ROCKET_SHOOTS I - COMMENT A Firework Rocket is shot. + COMMENT A firework rocket is shot. COMMENT
Plays the firework shoot sound event. COMMENT

Called by {@link net.minecraft.block.dispenser.DispenserBehavior DispenserBehavior} FIELD field_31163 IRON_DOOR_OPENS I - COMMENT An Iron Door is opened. + COMMENT An iron door is opened. COMMENT
Plays the iron door opening sound event. COMMENT

Called by {@link net.minecraft.block.DoorBlock#playOpenCloseSound(net.minecraft.world.World, net.minecraft.util.math.BlockPos, boolean) DoorBlock#playOpenCloseSound} FIELD field_31164 WOODEN_DOOR_OPENS I - COMMENT A Wooden Door is opened. + COMMENT A wooden door is opened. COMMENT
Plays the wooden door opening sound event. COMMENT

Called by {@link net.minecraft.block.DoorBlock#onUse(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.entity.player.PlayerEntity, net.minecraft.util.Hand, net.minecraft.util.hit.BlockHitResult) DoorBlock#onUse}, COMMENT and {@link net.minecraft.block.DoorBlock#playOpenCloseSound(net.minecraft.world.World, net.minecraft.util.math.BlockPos, boolean) DoorBlock#playOpenCloseSound} FIELD field_31165 WOODEN_TRAPDOOR_OPENS I - COMMENT A Wooden Trapdoor is opened. + COMMENT A wooden trapdoor is opened. COMMENT
Plays the wooden trapdoor opening sound event. COMMENT

Called by {@link net.minecraft.block.TrapdoorBlock#playToggleSound(net.minecraft.entity.player.PlayerEntity, net.minecraft.world.World, net.minecraft.util.math.BlockPos, boolean) TrapdoorBlock#playToggleSound} FIELD field_31166 FENCE_GATE_OPENS I - COMMENT A Fence Gate is opened. + COMMENT A fence gate is opened. COMMENT
Plays the fence gate opening sound event. COMMENT

Called by {@link net.minecraft.block.FenceGateBlock#onUse(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.entity.player.PlayerEntity, net.minecraft.util.Hand, net.minecraft.util.hit.BlockHitResult) FenceGateBlock#onUse}, COMMENT and {@link net.minecraft.block.FenceGateBlock#neighborUpdate(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.block.Block, net.minecraft.util.math.BlockPos, boolean) FenceGateBlock#neighborUpdate} @@ -273,74 +272,74 @@ CLASS net/minecraft/class_6088 net/minecraft/world/WorldEvents 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. + COMMENT A music disc is played. COMMENT
Plays the appropriate music. - COMMENT
The Raw ID of the Music Disc item must be supplied as extra data. + COMMENT
The Raw ID of the music disc item must be supplied as extra data. COMMENT
A {@code 0} should be passed to stop music. COMMENT

Called by {@link net.minecraft.item.MusicDiscItem#useOnBlock(net.minecraft.item.ItemUsageContext) MusicDiscItem#useOnBlock}, COMMENT and {@link net.minecraft.block.JukeboxBlock#removeRecord(net.minecraft.world.World, net.minecraft.util.math.BlockPos) JukeboxBlock#removeRecord} FIELD field_31169 IRON_DOOR_CLOSES I - COMMENT An Iron Door is closed. + COMMENT An iron door is closed. COMMENT
Plays the iron door closing sound event. COMMENT

Called by {@link net.minecraft.block.DoorBlock#playOpenCloseSound(net.minecraft.world.World, net.minecraft.util.math.BlockPos, boolean) DoorBlock#playOpenCloseSound} FIELD field_31170 WOODEN_DOOR_CLOSES I - COMMENT A Wooden Door is closed. + COMMENT A wooden door is closed. COMMENT
Plays the wooden door closing sound event. COMMENT

Called by {@link net.minecraft.block.DoorBlock#onUse(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.entity.player.PlayerEntity, net.minecraft.util.Hand, net.minecraft.util.hit.BlockHitResult) DoorBlock#onUse}, COMMENT and {@link net.minecraft.block.DoorBlock#playOpenCloseSound(net.minecraft.world.World, net.minecraft.util.math.BlockPos, boolean) DoorBlock#playOpenCloseSound} FIELD field_31171 WOODEN_TRAPDOOR_CLOSES I - COMMENT A Wooden Trapdoor is closed. + COMMENT A wooden trapdoor is closed. COMMENT
Plays the wooden trapdoor closing sound event. COMMENT

Called by {@link net.minecraft.block.TrapdoorBlock#playToggleSound(net.minecraft.entity.player.PlayerEntity, net.minecraft.world.World, net.minecraft.util.math.BlockPos, boolean) TrapdoorBlock#playToggleSound} FIELD field_31172 FENCE_GATE_CLOSES I - COMMENT A Fence Gate is closed. + COMMENT A fence gate is closed. COMMENT
Plays the fence gate closing sound event. COMMENT

Called by {@link net.minecraft.block.FenceGateBlock#onUse(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.entity.player.PlayerEntity, net.minecraft.util.Hand, net.minecraft.util.hit.BlockHitResult) FenceGateBlock#onUse}, COMMENT and {@link net.minecraft.block.FenceGateBlock#neighborUpdate(net.minecraft.block.BlockState, net.minecraft.world.World, net.minecraft.util.math.BlockPos, net.minecraft.block.Block, net.minecraft.util.math.BlockPos, boolean) FenceGateBlock#neighborUpdate} FIELD field_31173 GHAST_WARNS I - COMMENT A Ghast warns its victim. + COMMENT A ghast warns its victim. COMMENT
Plays the ghast warn sound event. COMMENT

Called by {@link net.minecraft.entity.mob.GhastEntity.ShootFireballGoal#tick() GhastEntity.ShootFireballGoal#tick} FIELD field_31174 GHAST_SHOOTS I - COMMENT A Ghast shoots a fireball. + COMMENT A ghast shoots a fireball. COMMENT
Plays the ghast shoot sound event. COMMENT

Called by {@link net.minecraft.entity.mob.GhastEntity.ShootFireballGoal#tick() GhastEntity.ShootFireballGoal#tick} FIELD field_31175 ENDER_DRAGON_SHOOTS I - COMMENT An Ender Dragon shoots a fireball. + COMMENT An ender dragon shoots a fireball. COMMENT
Plays the ender dragon shoot sound event. COMMENT

Called by {@link net.minecraft.entity.boss.dragon.phase.StrafePlayerPhase#serverTick() StrafePlayerPhase#serverTick} FIELD field_31176 BLAZE_SHOOTS I - COMMENT A Blaze shoots a fireball or a Fire Charge is shot by a dispenser. + COMMENT A blaze shoots a fireball or a fire charge is shot by a dispenser. COMMENT
Plays the blaze shoot sound event. COMMENT

Called by {@link net.minecraft.entity.mob.BlazeEntity.ShootFireballGoal#tick() BlazeEntity.ShootFireballGoal#tick}, COMMENT and {@link net.minecraft.block.dispenser.DispenserBehavior DispenserBehavior} FIELD field_31177 ZOMBIE_ATTACKS_WOODEN_DOOR I - COMMENT A Zombie attacks a Wooden Door. + COMMENT A zombie attacks a wooden door. COMMENT
Plays the zombie attacking wooden door sound event. COMMENT

Called by {@link net.minecraft.entity.ai.goal.BreakDoorGoal#tick() BreakDoorGoal#tick} FIELD field_31178 ZOMBIE_ATTACKS_IRON_DOOR I - COMMENT A Zombie attacks an Iron Door. + COMMENT A zombie attacks an iron door. COMMENT
Plays the zombie attacking iron door sound event. COMMENT
Goes unused. FIELD field_31179 ZOMBIE_BREAKS_WOODEN_DOOR I - COMMENT A Zombie breaks a Wooden Door. + COMMENT A zombie breaks a wooden door. COMMENT
Plays the zombie breaking wooden door sound event. COMMENT

Called by {@link net.minecraft.entity.ai.goal.BreakDoorGoal#tick() BreakDoorGoal#tick} FIELD field_31180 WITHER_BREAKS_BLOCK I - COMMENT A Wither breaks a block. + COMMENT A wither breaks a block. COMMENT
Plays the wither breaking block sound event. COMMENT

Called by {@link net.minecraft.entity.boss.WitherEntity#mobTick() WitherEntity#mobTick} FIELD field_31181 WITHER_SPAWNS I - COMMENT A Wither is spawned. + COMMENT A wither is spawned. COMMENT
Plays the wither spawn sound event. COMMENT
This is a global event. COMMENT

Called by {@link net.minecraft.entity.boss.WitherEntity#mobTick() WitherEntity#mobTick} FIELD field_31182 WITHER_SHOOTS I - COMMENT A Wither shoots a wither skull. + COMMENT A wither shoots a wither skull. COMMENT
Plays the wither shoot sound event. COMMENT

Called by {@link net.minecraft.entity.boss.WitherEntity#shootSkullAt(int, double, double, double, boolean) WitherEntity#shootSkullAt} FIELD field_31183 BAT_TAKES_OFF I - COMMENT A Bat takes off. + COMMENT A bat takes off. COMMENT
Plays the bat take off sound event. COMMENT

Called by {@link net.minecraft.entity.passive.BatEntity#mobTick() BatEntity#mobTick} FIELD field_33511 BONE_MEAL_USED I