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, EnderTeleportEvent, LivingAttackEvent, LivingConversionEvent, LivingDamageEvent, LivingDeathEvent, LivingDestroyBlockEvent, LivingDropsEvent, LivingEntityUseItemEvent, LivingEquipmentChangeEvent, LivingEvent.LivingJumpEvent, LivingEvent.LivingUpdateEvent, LivingEvent.LivingVisibilityEvent, LivingExperienceDropEvent, LivingFallEvent, LivingHealEvent, LivingHurtEvent, LivingKnockBackEvent, LivingPackSizeEvent, LivingSetAttackTargetEvent, LivingSpawnEvent, LootingLevelEvent, PlayerEvent, PotionColorCalculationEvent, PotionEvent, SleepingLocationCheckEvent

public class LivingEvent extends EntityEvent
LivingEvent is fired whenever an event involving Living entities 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.
  • Field Details

  • Constructor Details

  • Method Details