Class AnimalTameEvent
java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.event.entity.EntityEvent
net.neoforged.neoforge.event.entity.living.LivingEvent
net.neoforged.neoforge.event.entity.living.AnimalTameEvent
- All Implemented Interfaces:
net.neoforged.bus.api.ICancellableEvent
This event is fired when an
It is fired via
Animal
is tamed. It is fired via
EventHooks.onAnimalTame(Animal, Player)
.
Forge fires this event for applicable vanilla animals, mods need to fire it themselves.
This event is ICancellableEvent
. If canceled, taming the animal will fail.
This event is fired on the NeoForge.EVENT_BUS
.-
Nested Class Summary
Nested classes/interfaces inherited from class net.neoforged.neoforge.event.entity.living.LivingEvent
LivingEvent.LivingJumpEvent, LivingEvent.LivingVisibilityEvent
Nested classes/interfaces inherited from class net.neoforged.neoforge.event.entity.EntityEvent
EntityEvent.EnteringSection, EntityEvent.EntityConstructing, EntityEvent.Size
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class net.neoforged.neoforge.event.entity.living.LivingEvent
getEntity
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.neoforged.bus.api.ICancellableEvent
isCanceled, setCanceled
-
Field Details
-
animal
-
tamer
-
-
Constructor Details
-
AnimalTameEvent
-
-
Method Details
-
getAnimal
-
getTamer
-