Name remaining world event

This commit is contained in:
ByMartrixx 2021-06-01 16:59:33 -04:00
parent c13a13d765
commit 6d0f22552d
No known key found for this signature in database
GPG Key ID: 6B47909DBE48D521
1 changed files with 6 additions and 0 deletions

View File

@ -343,3 +343,9 @@ CLASS net/minecraft/class_6088 net/minecraft/world/WorldEvents
COMMENT A Bat takes off.
COMMENT <br>Plays the bat take off sound event.
COMMENT <p>Called by {@link net.minecraft.entity.passive.BatEntity#mobTick() BatEntity#mobTick}
FIELD field_33511 BONE_MEAL_USED I
COMMENT Bone meal is used
COMMENT <br>Plays the bone meal item used sound event and spawns happy villager particles
COMMENT <p> Called by {@link net.minecraft.item.BoneMealItem#useOnBlock(net.minecraft.item.ItemUsageContext) BoneMealItem#useOnBlock},
COMMENT an anonymus class in {@link net.minecraft.block.dispenser.DispenserBehavior#registerDefaults() DispenserBehavior#registerDefaults},
COMMENT and {@link net.minecraft.entity.ai.brain.task.BoneMealTask#keepRunning(net.minecraft.server.world.ServerWorld, net.minecraft.entity.passive.VillagerEntity, long) BoneMealTask#keepRunning}