Class TickEndEvent

java.lang.Object
me.hackware.api.event.Event
me.hackware.api.event.impl.TickEndEvent

public class TickEndEvent extends Event
Fired at the end of every client tick (when a player exists in the world). Use @SubscribeEvent on a module method to receive ticks.

 @SubscribeEvent
 private void onTick(TickEndEvent event) { ... }
 
  • Constructor Details

    • TickEndEvent

      public TickEndEvent()