Class WarningScreen

All Implemented Interfaces:
Drawable, Element, ParentElement
Direct Known Subclasses:
MultiplayerWarningScreen, Realms32BitWarningScreen

@Environment(CLIENT) public abstract class WarningScreen extends Screen
Mappings:
Namespace Name
official ego
intermediary net/minecraft/class_7065
named net/minecraft/client/gui/screen/WarningScreen
  • Field Details

    • message

      private final Text message
      Mappings:
      Namespace Name Mixin selector
      official n Lego;n:Lqk;
      intermediary field_37219 Lnet/minecraft/class_7065;field_37219:Lnet/minecraft/class_2561;
      named message Lnet/minecraft/client/gui/screen/WarningScreen;message:Lnet/minecraft/text/Text;
    • checkMessage

      private final Text checkMessage
      Mappings:
      Namespace Name Mixin selector
      official o Lego;o:Lqk;
      intermediary field_37220 Lnet/minecraft/class_7065;field_37220:Lnet/minecraft/class_2561;
      named checkMessage Lnet/minecraft/client/gui/screen/WarningScreen;checkMessage:Lnet/minecraft/text/Text;
    • narratedText

      private final Text narratedText
      Mappings:
      Namespace Name Mixin selector
      official p Lego;p:Lqk;
      intermediary field_37221 Lnet/minecraft/class_7065;field_37221:Lnet/minecraft/class_2561;
      named narratedText Lnet/minecraft/client/gui/screen/WarningScreen;narratedText:Lnet/minecraft/text/Text;
    • parent

      protected final Screen parent
      Mappings:
      Namespace Name Mixin selector
      official a Lego;a:Ledw;
      intermediary field_37216 Lnet/minecraft/class_7065;field_37216:Lnet/minecraft/class_437;
      named parent Lnet/minecraft/client/gui/screen/WarningScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
    • checkbox

      @Nullable protected @Nullable CheckboxWidget checkbox
      Mappings:
      Namespace Name Mixin selector
      official b Lego;b:Leag;
      intermediary field_37217 Lnet/minecraft/class_7065;field_37217:Lnet/minecraft/class_4286;
      named checkbox Lnet/minecraft/client/gui/screen/WarningScreen;checkbox:Lnet/minecraft/client/gui/widget/CheckboxWidget;
    • messageText

      private MultilineText messageText
      Mappings:
      Namespace Name Mixin selector
      official q Lego;q:Leaq;
      intermediary field_37222 Lnet/minecraft/class_7065;field_37222:Lnet/minecraft/class_5489;
      named messageText Lnet/minecraft/client/gui/screen/WarningScreen;messageText:Lnet/minecraft/client/font/MultilineText;
  • Constructor Details

    • WarningScreen

      protected WarningScreen(Text header, Text message, Text checkMessage, Text narratedText, Screen parent)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lego;<init>(Lqk;Lqk;Lqk;Lqk;Ledw;)V
      intermediary <init> Lnet/minecraft/class_7065;<init>(Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Lnet/minecraft/class_2561;Lnet/minecraft/class_437;)V
      named <init> Lnet/minecraft/client/gui/screen/WarningScreen;<init>(Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;Lnet/minecraft/text/Text;Lnet/minecraft/client/gui/screen/Screen;)V
  • Method Details

    • initButtons

      protected abstract void initButtons(int yOffset)
      Mappings:
      Namespace Name Mixin selector
      official a Lego;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
    • init

      protected void init()
      Called when a screen should be initialized.

      This method is called when this screen is opened or resized.

      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      official b Ledw;b()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • getNarratedTitle

      public Text getNarratedTitle()
      Overrides:
      getNarratedTitle in class Screen
      Mappings:
      Namespace Name Mixin selector
      official ag_ Ledw;ag_()Lqk;
      intermediary method_25435 Lnet/minecraft/class_437;method_25435()Lnet/minecraft/class_2561;
      named getNarratedTitle Lnet/minecraft/client/gui/screen/Screen;getNarratedTitle()Lnet/minecraft/text/Text;
    • render

      public void render(MatrixStack matrices, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Leba;a(Ldtm;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)V
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V