Class MultiplayerWarningScreen

All Implemented Interfaces:
Drawable, Element, ParentElement

@Environment(CLIENT) public class MultiplayerWarningScreen extends WarningScreen
Mappings:
Namespace Name
official erx
intermediary net/minecraft/class_4749
named net/minecraft/client/gui/screen/multiplayer/MultiplayerWarningScreen
  • Field Details

    • MESSAGE

      private static final Text MESSAGE
      Mappings:
      Namespace Name Mixin selector
      official c Lerx;c:Lss;
      intermediary field_21844 Lnet/minecraft/class_4749;field_21844:Lnet/minecraft/class_2561;
      named MESSAGE Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerWarningScreen;MESSAGE:Lnet/minecraft/text/Text;
    • CHECK_MESSAGE

      private static final Text CHECK_MESSAGE
      Mappings:
      Namespace Name Mixin selector
      official n Lerx;n:Lss;
      intermediary field_21845 Lnet/minecraft/class_4749;field_21845:Lnet/minecraft/class_2561;
      named CHECK_MESSAGE Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerWarningScreen;CHECK_MESSAGE:Lnet/minecraft/text/Text;
    • NARRATED_TEXT

      private static final Text NARRATED_TEXT
      Mappings:
      Namespace Name Mixin selector
      official o Lerx;o:Lss;
      intermediary field_21846 Lnet/minecraft/class_4749;field_21846:Lnet/minecraft/class_2561;
      named NARRATED_TEXT Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerWarningScreen;NARRATED_TEXT:Lnet/minecraft/text/Text;
    • parent

      private final Screen parent
      Mappings:
      Namespace Name Mixin selector
      official p Lerx;p:Lepb;
      intermediary field_39354 Lnet/minecraft/class_4749;field_39354:Lnet/minecraft/class_437;
      named parent Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerWarningScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
  • Constructor Details

    • MultiplayerWarningScreen

      public MultiplayerWarningScreen(Screen parent)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lerx;<init>(Lepb;)V
      intermediary <init> Lnet/minecraft/class_4749;<init>(Lnet/minecraft/class_437;)V
      named <init> Lnet/minecraft/client/gui/screen/multiplayer/MultiplayerWarningScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;)V
  • Method Details

    • initButtons

      protected void initButtons(int yOffset)
      Specified by:
      initButtons in class WarningScreen
      Mappings:
      Namespace Name Mixin selector
      official a Lerz;a(I)V
      intermediary method_41160 Lnet/minecraft/class_7065;method_41160(I)V
      named initButtons Lnet/minecraft/client/gui/screen/WarningScreen;initButtons(I)V