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
This event is called when the screen is initialized
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rusherhack.client.api.events.client.screen.EventScreen
EventScreen.BuildButtons, EventScreen.Change, EventScreen.Initialize
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.rusherhack.core.event.stage.Stage
org.rusherhack.core.event.stage.Stage
getStage()
Methods inherited from class org.rusherhack.client.api.events.client.screen.EventScreen
getScreen
Methods inherited from class org.rusherhack.core.event.type.Event
setStage
-
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 interfaceorg.rusherhack.core.event.stage.IStageable
- Overrides:
getStage
in classorg.rusherhack.core.event.type.Event
- Returns:
- PRE or POST
-
getPreferredStage
public org.rusherhack.core.event.stage.Stage getPreferredStage()- Overrides:
getPreferredStage
in classorg.rusherhack.core.event.type.Event
-