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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.rusherhack.core.event.stage.Stage
    Stage.PRE - called at the start of the game tick

    Methods inherited from class org.rusherhack.core.event.type.Event

    getPreferredStage, setStage

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 tick

      Stage.ON - called at the start of the local player tick

      Stage.POST - called at the end of the game tick

      Specified by:
      getStage in interface org.rusherhack.core.event.stage.IStageable
      Overrides:
      getStage in class org.rusherhack.core.event.type.Event