Interface GameMenuScreenEvent.InitWidgetsPost

Enclosing interface:
GameMenuScreenEvent

public static interface GameMenuScreenEvent.InitWidgetsPost
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invoke(net.minecraft.client.gui.screen.GameMenuScreen screen)
    An event that is invoked AFTER a GameMenuScreen's widgets are initialized.
  • Method Details

    • invoke

      void invoke(net.minecraft.client.gui.screen.GameMenuScreen screen)
      An event that is invoked AFTER a GameMenuScreen's widgets are initialized.
      Parameters:
      screen - The GameMenuScreen in question.