From 6d0f22552dc3398315f15696a56b2fa9360ad9f0 Mon Sep 17 00:00:00 2001 From: ByMartrixx Date: Tue, 1 Jun 2021 16:59:33 -0400 Subject: [PATCH] Name remaining world event --- mappings/net/minecraft/world/WorldEvents.mapping | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mappings/net/minecraft/world/WorldEvents.mapping b/mappings/net/minecraft/world/WorldEvents.mapping index 0289e3d37a..d980b3771d 100644 --- a/mappings/net/minecraft/world/WorldEvents.mapping +++ b/mappings/net/minecraft/world/WorldEvents.mapping @@ -343,3 +343,9 @@ CLASS net/minecraft/class_6088 net/minecraft/world/WorldEvents 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 + COMMENT Bone meal is used + COMMENT
Plays the bone meal item used sound event and spawns happy villager particles + COMMENT

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}