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 fys$a
  • Field Details Link icon

    • TITLE Link icon

      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 Lfys$a;c:Lwp;
    • MESSAGE Link icon

      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 Lfys$a;d:Lwp;
    • RETURN_BUTTON_TEXT Link icon

      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 Lfys$a;s:Lwp;
    • DRAFT_BUTTON_TEXT Link icon

      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 Lfys$a;u:Lwp;
    • DISCARD_BUTTON_TEXT Link icon

      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 Lfys$a;v:Lwp;
  • Constructor Details Link icon

    • DiscardWarningScreen Link icon

      protected DiscardWarningScreen()
  • Method Details Link icon

    • getLayout Link icon

      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 Lfxh;m()Lfsj;
    • close Link icon

      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 aO_ Lfum;aO_()V
    • shouldCloseOnEsc Link icon

      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 aG_ Lfum;aG_()Z