Uses of Class
net.minecraftforge.client.event.ScreenEvent.InitScreenEvent
-
Uses of ScreenEvent.InitScreenEvent in net.minecraftforge.client.event
Modifier and TypeClassDescriptionstatic class
This event fires right afterScreen#init()
.static class
This event fires just after initializing theMinecraft
, font renderer, width, and height fields.
If canceled the following lines are skipped inScreen.init(Minecraft, int, int)
:
this.buttonList.clear();
this.children.clear();
this.initGui();
-
Uses of ScreenEvent.InitScreenEvent in net.minecraftforge.debug.client
Modifier and TypeMethodDescriptionstatic void
GuiLayeringTest.ClientEvents.guiOpen
(ScreenEvent.InitScreenEvent event)