Class OpenToLanScreen

All Implemented Interfaces:
IdentifibleBooleanConsumer

@Environment(CLIENT) public class OpenToLanScreen extends Screen
Mappings:
Namespace Name
official bhp
intermediary net/minecraft/class_393
named net/minecraft/client/gui/screen/OpenToLanScreen
  • Field Details

    • parent

      private final Screen parent
      Mappings:
      Namespace Name Mixin selector
      official a Lbhp;a:Lbho;
      intermediary field_1276 Lnet/minecraft/class_393;field_1276:Lnet/minecraft/class_388;
      named parent Lnet/minecraft/client/gui/screen/OpenToLanScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
    • allowCommandsButton

      private ButtonWidget allowCommandsButton
      Mappings:
      Namespace Name Mixin selector
      official f Lbhp;f:Lbfm;
      intermediary field_1277 Lnet/minecraft/class_393;field_1277:Lnet/minecraft/class_356;
      named allowCommandsButton Lnet/minecraft/client/gui/screen/OpenToLanScreen;allowCommandsButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
    • gameModeButton

      private ButtonWidget gameModeButton
      Mappings:
      Namespace Name Mixin selector
      official g Lbhp;g:Lbfm;
      intermediary field_1278 Lnet/minecraft/class_393;field_1278:Lnet/minecraft/class_356;
      named gameModeButton Lnet/minecraft/client/gui/screen/OpenToLanScreen;gameModeButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
    • gameMode

      private String gameMode
      Mappings:
      Namespace Name Mixin selector
      official h Lbhp;h:Ljava/lang/String;
      intermediary field_1279 Lnet/minecraft/class_393;field_1279:Ljava/lang/String;
      named gameMode Lnet/minecraft/client/gui/screen/OpenToLanScreen;gameMode:Ljava/lang/String;
    • allowCommands

      private boolean allowCommands
      Mappings:
      Namespace Name Mixin selector
      official i Lbhp;i:Z
      intermediary field_1280 Lnet/minecraft/class_393;field_1280:Z
      named allowCommands Lnet/minecraft/client/gui/screen/OpenToLanScreen;allowCommands:Z
  • Constructor Details

    • OpenToLanScreen

      public OpenToLanScreen(Screen parent)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbhp;<init>(Lbho;)V
      intermediary <init> Lnet/minecraft/class_393;<init>(Lnet/minecraft/class_388;)V
      named <init> Lnet/minecraft/client/gui/screen/OpenToLanScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;)V
  • Method Details

    • init

      public void init()
      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      official b Lbho;b()V
      intermediary method_1044 Lnet/minecraft/class_388;method_1044()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • updateButtonTexts

      private void updateButtonTexts()
      Mappings:
      Namespace Name Mixin selector
      official a Lbhp;a()V
      intermediary method_1087 Lnet/minecraft/class_393;method_1087()V
      named updateButtonTexts Lnet/minecraft/client/gui/screen/OpenToLanScreen;updateButtonTexts()V
    • buttonClicked

      protected void buttonClicked(ButtonWidget button)
      Overrides:
      buttonClicked in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lbho;a(Lbfm;)V
      intermediary method_1027 Lnet/minecraft/class_388;method_1027(Lnet/minecraft/class_356;)V
      named buttonClicked Lnet/minecraft/client/gui/screen/Screen;buttonClicked(Lnet/minecraft/client/gui/widget/ButtonWidget;)V
    • render

      public void render(int mouseX, int mouseY, float tickDelta)
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lbho;a(IIF)V
      intermediary method_1025 Lnet/minecraft/class_388;method_1025(IIF)V
      named render Lnet/minecraft/client/gui/screen/Screen;render(IIF)V