public static class GuiScreenEvent.InitGuiEvent extends GuiScreenEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
GuiScreenEvent.InitGuiEvent.Post
This event fires right after
GuiScreen.initGui(). |
static class |
GuiScreenEvent.InitGuiEvent.Pre
This event fires just after initializing
GuiScreen.mc, GuiScreen.fontRendererObj,
GuiScreen.width, and GuiScreen.height, and just before calling GuiScreen.buttonList.clear()
and GuiScreen.initGui(). |
GuiScreenEvent.ActionPerformedEvent, GuiScreenEvent.DrawScreenEvent, GuiScreenEvent.InitGuiEventEvent.HasResult, Event.Result| Modifier and Type | Field and Description |
|---|---|
java.util.List |
buttonList
The
buttonList field from the GuiScreen object referenced by gui. |
gui| Constructor and Description |
|---|
GuiScreenEvent.InitGuiEvent(GuiScreen gui,
java.util.List buttonList) |
getListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setuppublic java.util.List buttonList
buttonList field from the GuiScreen object referenced by gui.public GuiScreenEvent.InitGuiEvent(GuiScreen gui, java.util.List buttonList)