Class SpigotTickEvent
- java.lang.Object
-
- me.clientastisch.events.event.impl.server.tick.SpigotTickEvent
-
- All Implemented Interfaces:
Event<SpigotTickEvent>
public abstract class SpigotTickEvent extends java.lang.Object implements Event<SpigotTickEvent>
Will be called every 50 milliseconds- Since:
- CAC v. 3.0.0
- Author:
- Clientastisch
-
-
Constructor Summary
Constructors Constructor Description SpigotTickEvent()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract long
getState()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface me.clientastisch.events.event.Event
cancelled, continued, getController, getPacket, getPipeline, getPlayer, getUUID, isCancelled, isContinue
-
-