Package | Description |
---|---|
net.minecraftforge.client.event |
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#fontRenderer ,
GuiScreen#width , and GuiScreen#height .If canceled the following lines are skipped in GuiScreen#setWorldAndResolution(Minecraft, int, int) :this.buttonList.clear(); this.children.clear(); this.initGui(); |