Uses of Class
net.minecraftforge.client.event.GuiScreenEvent.InitGuiEvent
-
Uses of GuiScreenEvent.InitGuiEvent in net.minecraftforge.client.event
Modifier and TypeClassDescriptionstatic class
This event fires right afterGuiScreen#initGui()
.static class
This event fires just after initializingGuiScreen#mc
,GuiScreen#fontRenderer
,GuiScreen#width
, andGuiScreen#height
.
If canceled the following lines are skipped inGuiScreen#setWorldAndResolution(Minecraft, int, int)
:
this.buttonList.clear();
this.children.clear();
this.initGui();
-
Uses of GuiScreenEvent.InitGuiEvent in net.minecraftforge.debug.client
Modifier and TypeMethodDescriptionstatic void
GuiLayeringTest.ClientEvents.guiOpen
(GuiScreenEvent.InitGuiEvent event)