类 EntityTickEvent.Post

java.lang.Object
net.neoforged.bus.api.Event
封闭类:
EntityTickEvent

public static class EntityTickEvent.Post extends 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.

  • 构造器详细资料

    • Post

      public Post(Entity entity)