Class ShareToLanScreen

All Implemented Interfaces:
IGuiEventListener, INestedGuiEventHandler, IRenderable, IScreen

public class ShareToLanScreen extends Screen
  • Field Details

    • ALLOW_COMMANDS_LABEL

      private static final ITextComponent ALLOW_COMMANDS_LABEL
    • GAME_MODE_LABEL

      private static final ITextComponent GAME_MODE_LABEL
    • INFO_TEXT

      private static final ITextComponent INFO_TEXT
    • lastScreen

      private final Screen lastScreen
    • commandsButton

      private Button commandsButton
    • modeButton

      private Button modeButton
    • gameModeName

      private String gameModeName
    • commands

      private boolean commands
  • Constructor Details

    • ShareToLanScreen

      public ShareToLanScreen(Screen p_i1055_1_)
  • Method Details

    • init

      protected void init()
      Overrides:
      init in class Screen
    • updateSelectionStrings

      private void updateSelectionStrings()
    • render

      public void render(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_)
      Specified by:
      render in interface IRenderable
      Overrides:
      render in class Screen