Class LivingEvent
java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.event.entity.EntityEvent
net.neoforged.neoforge.event.entity.living.LivingEvent
- Direct Known Subclasses:
AnimalTameEvent,CanContinueSleepingEvent,EffectParticleModificationEvent,EnderManAngerEvent,LivingAttackEvent,LivingBreatheEvent,LivingChangeTargetEvent,LivingConversionEvent,LivingDamageEvent,LivingDeathEvent,LivingDestroyBlockEvent,LivingDropsEvent,LivingDrownEvent,LivingEntityUseItemEvent,LivingEquipmentChangeEvent,LivingEvent.LivingJumpEvent,LivingEvent.LivingVisibilityEvent,LivingExperienceDropEvent,LivingFallEvent,LivingGetProjectileEvent,LivingHealEvent,LivingHurtEvent,LivingKnockBackEvent,LivingSwapItemsEvent,LivingUseTotemEvent,MobEffectEvent,PlayerEvent,ShieldBlockEvent,SpawnClusterSizeEvent
LivingEvent is fired whenever an event involving a
If a method utilizes this
All children of this event are fired on the
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
NeoForge.EVENT_BUS.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classLivingJumpEvent is fired when an Entity jumps.
This event is fired whenever an Entity jumps inLivingEntity#jumpFromGround(),MagmaCube#jumpFromGround(),Slime#jumpFromGround(),Camel#executeRidersJump(), andAbstractHorse#executeRidersJump().
This event is fired via theCommonHooks.onLivingJump(LivingEntity).
This event is notICancellableEvent.
This event does not have a result.static classNested classes/interfaces inherited from class net.neoforged.neoforge.event.entity.EntityEvent
EntityEvent.EnteringSection, EntityEvent.EntityConstructing, EntityEvent.Size -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
livingEntity
-
-
Constructor Details
-
LivingEvent
-
-
Method Details
-
getEntity
- Overrides:
getEntityin classEntityEvent
-