Class EntityTickEvent

java.lang.Object
net.minestom.server.event.Event
net.minestom.server.event.entity.EntityTickEvent

public class EntityTickEvent
extends Event
Called when an entity ticks itself. Same event instance used for all tick events for the same entity.
  • Constructor Summary

    Constructors 
    Constructor Description
    EntityTickEvent​(Entity entity)  
  • Method Summary

    Modifier and Type Method Description
    Entity getEntity()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait