Class ReportScreen.DiscardWarningScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement
Enclosing class:
ReportScreen<B extends AbuseReport.Builder<?>>

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

    • TITLE

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

      private static final Text MESSAGE
      Mappings:
      Namespace Name Mixin selector
      named MESSAGE Lnet/minecraft/client/gui/screen/report/ReportScreen$DiscardWarningScreen;MESSAGE:Lnet/minecraft/text/Text;
      intermediary field_39724 Lnet/minecraft/class_8768$class_7539;field_39724:Lnet/minecraft/class_2561;
      official d Lfyd$a;d:Lxv;
    • RETURN_BUTTON_TEXT

      private static final Text RETURN_BUTTON_TEXT
      Mappings:
      Namespace Name Mixin selector
      named RETURN_BUTTON_TEXT Lnet/minecraft/client/gui/screen/report/ReportScreen$DiscardWarningScreen;RETURN_BUTTON_TEXT:Lnet/minecraft/text/Text;
      intermediary field_39725 Lnet/minecraft/class_8768$class_7539;field_39725:Lnet/minecraft/class_2561;
      official s Lfyd$a;s:Lxv;
    • DRAFT_BUTTON_TEXT

      private static final Text DRAFT_BUTTON_TEXT
      Mappings:
      Namespace Name Mixin selector
      named DRAFT_BUTTON_TEXT Lnet/minecraft/client/gui/screen/report/ReportScreen$DiscardWarningScreen;DRAFT_BUTTON_TEXT:Lnet/minecraft/text/Text;
      intermediary field_40794 Lnet/minecraft/class_8768$class_7539;field_40794:Lnet/minecraft/class_2561;
      official u Lfyd$a;u:Lxv;
    • DISCARD_BUTTON_TEXT

      private static final Text DISCARD_BUTTON_TEXT
      Mappings:
      Namespace Name Mixin selector
      named DISCARD_BUTTON_TEXT Lnet/minecraft/client/gui/screen/report/ReportScreen$DiscardWarningScreen;DISCARD_BUTTON_TEXT:Lnet/minecraft/text/Text;
      intermediary field_39726 Lnet/minecraft/class_8768$class_7539;field_39726:Lnet/minecraft/class_2561;
      official v Lfyd$a;v:Lxv;
  • Constructor Details

    • DiscardWarningScreen

      protected DiscardWarningScreen()
  • Method Details

    • getLayout

      protected LayoutWidget getLayout()
      Specified by:
      getLayout in class WarningScreen
      Mappings:
      Namespace Name Mixin selector
      named getLayout Lnet/minecraft/client/gui/screen/WarningScreen;getLayout()Lnet/minecraft/client/gui/widget/LayoutWidget;
      intermediary method_57750 Lnet/minecraft/class_7065;method_57750()Lnet/minecraft/class_8133;
      official l Lfws;l()Lfru;
    • close

      public void close()
      Overrides:
      close in class Screen
      Mappings:
      Namespace Name Mixin selector
      named close Lnet/minecraft/client/gui/screen/Screen;close()V
      intermediary method_25419 Lnet/minecraft/class_437;method_25419()V
      official aP_ Lftx;aP_()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
      named shouldCloseOnEsc Lnet/minecraft/client/gui/screen/Screen;shouldCloseOnEsc()Z
      intermediary method_25422 Lnet/minecraft/class_437;method_25422()Z
      official aH_ Lftx;aH_()Z