Class EventUpdate
java.lang.Object
org.rusherhack.core.event.type.Event
org.rusherhack.client.api.events.client.EventUpdate
- All Implemented Interfaces:
org.rusherhack.core.event.stage.IStageable
public class EventUpdate
extends org.rusherhack.core.event.type.Event
This event is called every game tick
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.rusherhack.core.event.stage.Stage
getStage()
Stage.PRE
- called at the start of the game tickMethods inherited from class org.rusherhack.core.event.type.Event
getPreferredStage, setStage
-
Constructor Details
-
EventUpdate
public EventUpdate()
-
-
Method Details
-
getStage
public org.rusherhack.core.event.stage.Stage getStage()Stage.PRE
- called at the start of the game tickStage.ON
- called at the start of the local player tickStage.POST
- called at the end of the game tick- Specified by:
getStage
in interfaceorg.rusherhack.core.event.stage.IStageable
- Overrides:
getStage
in classorg.rusherhack.core.event.type.Event
-