Class LivingEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.event.entity.EntityEvent
net.minecraftforge.event.entity.living.LivingEvent
Direct Known Subclasses:
AnimalTameEvent, EnderManAngerEvent, LivingAttackEvent, LivingBreatheEvent, LivingChangeTargetEvent, LivingConversionEvent, LivingDamageEvent, LivingDeathEvent, LivingDestroyBlockEvent, LivingDropsEvent, LivingDrownEvent, LivingEntityUseItemEvent, LivingEquipmentChangeEvent, LivingEvent.LivingJumpEvent, LivingEvent.LivingTickEvent, LivingEvent.LivingVisibilityEvent, LivingExperienceDropEvent, LivingFallEvent, LivingGetProjectileEvent, LivingHealEvent, LivingHurtEvent, LivingKnockBackEvent, LivingMakeBrainEvent, LivingPackSizeEvent, LivingSwapItemsEvent, LivingUseTotemEvent, LootingLevelEvent, MobEffectEvent, PlayerEvent, PotionColorCalculationEvent, ShieldBlockEvent, SleepingLocationCheckEvent

public class LivingEvent extends EntityEvent
LivingEvent is fired whenever an event involving a LivingEntity occurs.
If a method utilizes this Event as its parameter, the method will receive every child event of this class.

All children of this event are fired on the MinecraftForge.EVENT_BUS.