Interface ClientGuiEvent.ScreenInitPost
- Enclosing interface:
- ClientGuiEvent
@Environment(CLIENT)
public static interface ClientGuiEvent.ScreenInitPost
-
Method Summary
Modifier and TypeMethodDescriptionvoid
init
(net.minecraft.client.gui.screens.Screen screen, ScreenAccess access) Invoked after a screen has been initialized and all the vanilla initialization logic has happened.
-
Method Details
-
init
Invoked after a screen has been initialized and all the vanilla initialization logic has happened. Equivalent to Forge'sGuiScreenEvent.InitGuiEvent.Post
event.- Parameters:
screen
- The screen.access
- The accessor of the screen.
-