Class EventScreen.Initialize

java.lang.Object
org.rusherhack.core.event.type.Event
org.rusherhack.client.api.events.client.screen.EventScreen
org.rusherhack.client.api.events.client.screen.EventScreen.Initialize
All Implemented Interfaces:
org.rusherhack.core.event.stage.IStageable
Enclosing class:
EventScreen

public static class EventScreen.Initialize extends EventScreen
This event is called when the screen is initialized
  • Constructor Details

    • Initialize

      public Initialize(net.minecraft.client.gui.screens.Screen screen)
  • Method Details

    • getStage

      public org.rusherhack.core.event.stage.Stage getStage()
      Specified by:
      getStage in interface org.rusherhack.core.event.stage.IStageable
      Overrides:
      getStage in class org.rusherhack.core.event.type.Event
      Returns:
      PRE or POST
    • getPreferredStage

      public org.rusherhack.core.event.stage.Stage getPreferredStage()
      Overrides:
      getPreferredStage in class org.rusherhack.core.event.type.Event