Class EntityTickEvent.Post
java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.event.entity.EntityEvent
net.neoforged.neoforge.event.tick.EntityTickEvent
net.neoforged.neoforge.event.tick.EntityTickEvent.Post
- Enclosing class:
EntityTickEvent
EntityTickEvent.Post is fired once per game tick, per entity, after the entity performs work for the current tick.
If EntityTickEvent.Pre was canceled for the current tick, this event will not fire.
This event fires on both the logical server and logical client.
-
Nested Class Summary
Nested classes/interfaces inherited from class EntityTickEvent
EntityTickEvent.Post, EntityTickEvent.PreNested classes/interfaces inherited from class EntityEvent
EntityEvent.EnteringSection, EntityEvent.EntityConstructing, EntityEvent.Size -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class EntityEvent
getEntity
-
Constructor Details
-
Post
-