Interface GameMenuScreenEvent.InitWidgetsPre

Enclosing interface:
GameMenuScreenEvent

public static interface GameMenuScreenEvent.InitWidgetsPre
  • Method Summary

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

    • invoke

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