Uses of Class
net.minecraftforge.client.event.ScreenEvent.InitScreenEvent
Packages that use ScreenEvent.InitScreenEvent
-
Uses of ScreenEvent.InitScreenEvent in net.minecraftforge.client.event
Subclasses of ScreenEvent.InitScreenEvent in net.minecraftforge.client.eventModifier 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
Methods in net.minecraftforge.debug.client with parameters of type ScreenEvent.InitScreenEventModifier and TypeMethodDescriptionstatic void
GuiLayeringTest.ClientEvents.guiOpen
(ScreenEvent.InitScreenEvent event)