Class AnimalTameEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event

public class AnimalTameEvent extends LivingEvent
This event is fired when an EntityAnimal is tamed.
It is fired via ForgeEventFactory.onAnimalTame(EntityAnimal, EntityPlayer). Forge fires this event for applicable vanilla animals, mods need to fire it themselves. This event is Cancelable. If canceled, taming the animal will fail. This event is fired on the MinecraftForge.EVENT_BUS.