Interface ClientGuiEvent.ScreenInitPost

Enclosing interface:
ClientGuiEvent

@Environment(CLIENT) public static interface ClientGuiEvent.ScreenInitPost
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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

      void 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. Equivalent to Forge's GuiScreenEvent.InitGuiEvent.Post event.
      Parameters:
      screen - The screen.
      access - The accessor of the screen.