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 frc$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 Lfrc$a;c:Lxp;
    • 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 Lfrc$a;d:Lxp;
    • 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 r Lfrc$a;r:Lxp;
    • 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 s Lfrc$a;s:Lxp;
    • 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 u Lfrc$a;u:Lxp;
  • 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 m Lfqh;m()Lfku;
    • 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 d Lfnf;d()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 aC_ Lfnf;aC_()Z