public static class GuiScreenEvent.InitGuiEvent extends GuiScreenEvent
| Modifier and Type | Class and Description | 
|---|---|
| static class  | GuiScreenEvent.InitGuiEvent.PostThis event fires right after  GuiScreen.initGui(). | 
| static class  | GuiScreenEvent.InitGuiEvent.PreThis event fires just after initializing  GuiScreen.mc,GuiScreen.fontRendererObj,GuiScreen.width, andGuiScreen.height. | 
GuiScreenEvent.ActionPerformedEvent, GuiScreenEvent.BackgroundDrawnEvent, GuiScreenEvent.DrawScreenEvent, GuiScreenEvent.InitGuiEvent, GuiScreenEvent.KeyboardInputEvent, GuiScreenEvent.MouseInputEvent, GuiScreenEvent.PotionShiftEventEvent.HasResult, Event.Result| Constructor and Description | 
|---|
| InitGuiEvent(GuiScreen gui,
            java.util.List<GuiButton> buttonList) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<GuiButton> | getButtonList()The  buttonListfield from the GuiScreen object referenced byGuiScreenEvent.gui. | 
| void | setButtonList(java.util.List<GuiButton> buttonList) | 
getGuigetListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setuppublic java.util.List<GuiButton> getButtonList()
buttonList field from the GuiScreen object referenced by GuiScreenEvent.gui.public void setButtonList(java.util.List<GuiButton> buttonList)