Class SpigotSecondEvent
- java.lang.Object
 - 
- me.clientastisch.events.event.impl.server.tick.SpigotSecondEvent
 
 
- 
- All Implemented Interfaces:
 Event<SpigotSecondEvent>
public abstract class SpigotSecondEvent extends java.lang.Object implements Event<SpigotSecondEvent>
Will be called every 1000 milliseconds- Since:
 - CAC v. 3.0.0
 - Author:
 - Clientastisch
 
 
- 
- 
Constructor Summary
Constructors Constructor Description SpigotSecondEvent() 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract longgetState()- 
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 
 - 
 
 -