Class OpenToLanScreen

All Implemented Interfaces:
IdentifibleBooleanConsumer

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

    • parent

      private final Screen parent
      Mappings:
      Namespace Name Mixin selector
      official a Laxw;a:Laxu;
      intermediary field_3235 Lnet/minecraft/class_757;field_3235:Lnet/minecraft/class_754;
      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 Laxw;f:Lavs;
      intermediary field_3236 Lnet/minecraft/class_757;field_3236:Lnet/minecraft/class_685;
      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 Laxw;g:Lavs;
      intermediary field_3237 Lnet/minecraft/class_757;field_3237:Lnet/minecraft/class_685;
      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 Laxw;h:Ljava/lang/String;
      intermediary field_3238 Lnet/minecraft/class_757;field_3238: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 Laxw;i:Z
      intermediary field_3239 Lnet/minecraft/class_757;field_3239: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> Laxw;<init>(Laxu;)V
      intermediary <init> Lnet/minecraft/class_757;<init>(Lnet/minecraft/class_754;)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 Laxu;b()V
      intermediary method_2795 Lnet/minecraft/class_754;method_2795()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • updateButtonTexts

      private void updateButtonTexts()
      Mappings:
      Namespace Name Mixin selector
      official a Laxw;a()V
      intermediary method_2835 Lnet/minecraft/class_757;method_2835()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 Laxu;a(Lavs;)V
      intermediary method_2787 Lnet/minecraft/class_754;method_2787(Lnet/minecraft/class_685;)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 delta)
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Laxu;a(IIF)V
      intermediary method_2783 Lnet/minecraft/class_754;method_2783(IIF)V
      named render Lnet/minecraft/client/gui/screen/Screen;render(IIF)V