Package me.hackware.api.event.impl
Class TickEndEvent
java.lang.Object
me.hackware.api.event.Event
me.hackware.api.event.impl.TickEndEvent
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 Summary
Constructors -
Method Summary
Methods inherited from class me.hackware.api.event.Event
cancel, isCancelled
-
Constructor Details
-
TickEndEvent
public TickEndEvent()
-