Class OnFETickEvent

java.lang.Object
com.avrix.events.Event
com.avrix.events.OnFETickEvent

public abstract class OnFETickEvent extends Event
Same as OnTick, except is only called while on the main menu.
  • Constructor Details

    • OnFETickEvent

      public OnFETickEvent()
  • Method Details

    • getEventName

      public String getEventName()
      Getting the event name
      Specified by:
      getEventName in class Event
      Returns:
      name of the event being implemented
    • handleEvent

      public abstract void handleEvent(Double numberTicks)
      Called Event Handling Method
      Parameters:
      numberTicks - Always zero.