Class ChatReportScreen.DiscardWarningScreen

All Implemented Interfaces:
Drawable, Element, ParentElement
Enclosing class:
ChatReportScreen

@Environment(CLIENT) private class ChatReportScreen.DiscardWarningScreen extends WarningScreen
Mappings:
Namespace Name
official esu$a
intermediary net/minecraft/class_7538$class_7539
named net/minecraft/client/gui/screen/report/ChatReportScreen$DiscardWarningScreen
  • Field Details

    • TITLE

      private static final Text TITLE
      Mappings:
      Namespace Name Mixin selector
      official c Lesu$a;c:Lss;
      intermediary field_39723 Lnet/minecraft/class_7538$class_7539;field_39723:Lnet/minecraft/class_2561;
      named TITLE Lnet/minecraft/client/gui/screen/report/ChatReportScreen$DiscardWarningScreen;TITLE:Lnet/minecraft/text/Text;
    • MESSAGE

      private static final Text MESSAGE
      Mappings:
      Namespace Name Mixin selector
      official n Lesu$a;n:Lss;
      intermediary field_39724 Lnet/minecraft/class_7538$class_7539;field_39724:Lnet/minecraft/class_2561;
      named MESSAGE Lnet/minecraft/client/gui/screen/report/ChatReportScreen$DiscardWarningScreen;MESSAGE:Lnet/minecraft/text/Text;
    • RETURN_BUTTON_TEXT

      private static final Text RETURN_BUTTON_TEXT
      Mappings:
      Namespace Name Mixin selector
      official o Lesu$a;o:Lss;
      intermediary field_39725 Lnet/minecraft/class_7538$class_7539;field_39725:Lnet/minecraft/class_2561;
      named RETURN_BUTTON_TEXT Lnet/minecraft/client/gui/screen/report/ChatReportScreen$DiscardWarningScreen;RETURN_BUTTON_TEXT:Lnet/minecraft/text/Text;
    • DRAFT_BUTTON_TEXT

      private static final Text DRAFT_BUTTON_TEXT
      Mappings:
      Namespace Name Mixin selector
      official p Lesu$a;p:Lss;
      intermediary field_40794 Lnet/minecraft/class_7538$class_7539;field_40794:Lnet/minecraft/class_2561;
      named DRAFT_BUTTON_TEXT Lnet/minecraft/client/gui/screen/report/ChatReportScreen$DiscardWarningScreen;DRAFT_BUTTON_TEXT:Lnet/minecraft/text/Text;
    • DISCARD_BUTTON_TEXT

      private static final Text DISCARD_BUTTON_TEXT
      Mappings:
      Namespace Name Mixin selector
      official q Lesu$a;q:Lss;
      intermediary field_39726 Lnet/minecraft/class_7538$class_7539;field_39726:Lnet/minecraft/class_2561;
      named DISCARD_BUTTON_TEXT Lnet/minecraft/client/gui/screen/report/ChatReportScreen$DiscardWarningScreen;DISCARD_BUTTON_TEXT:Lnet/minecraft/text/Text;
  • Constructor Details

    • DiscardWarningScreen

      protected DiscardWarningScreen()
  • 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
    • close

      public void close()
      Overrides:
      close in class Screen
      Mappings:
      Namespace Name Mixin selector
      official aj_ Lepb;aj_()V
      intermediary method_25419 Lnet/minecraft/class_437;method_25419()V
      named close Lnet/minecraft/client/gui/screen/Screen;close()V
    • shouldCloseOnEsc

      public boolean shouldCloseOnEsc()
      Checks whether this screen should be closed when the escape key is pressed.
      Overrides:
      shouldCloseOnEsc in class Screen
      Mappings:
      Namespace Name Mixin selector
      official ai_ Lepb;ai_()Z
      intermediary method_25422 Lnet/minecraft/class_437;method_25422()Z
      named shouldCloseOnEsc Lnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Z
    • drawTitle

      protected void drawTitle(MatrixStack matrices)
      Overrides:
      drawTitle in class WarningScreen
      Mappings:
      Namespace Name Mixin selector
      official b Lerz;b(Leed;)V
      intermediary method_44663 Lnet/minecraft/class_7065;method_44663(Lnet/minecraft/class_4587;)V
      named drawTitle Lnet/minecraft/client/gui/screen/WarningScreen;drawTitle(Lnet/minecraft/client/util/math/MatrixStack;)V