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
official fgz$a
intermediary net/minecraft/class_8768$class_7539
named net/minecraft/client/gui/screen/report/ReportScreen$DiscardWarningScreen
  • Field Details

    • field_46030

      private static final int field_46030
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Lfgz$a;c:I
      intermediary field_46030 Lnet/minecraft/class_8768$class_7539;field_46030:I
      named field_46030 Lnet/minecraft/client/gui/screen/report/ReportScreen$DiscardWarningScreen;field_46030:I
    • TITLE

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

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

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

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

      private static final Text DISCARD_BUTTON_TEXT
      Mappings:
      Namespace Name Mixin selector
      official o Lfgz$a;o:Lvf;
      intermediary field_39726 Lnet/minecraft/class_8768$class_7539;field_39726:Lnet/minecraft/class_2561;
      named DISCARD_BUTTON_TEXT Lnet/minecraft/client/gui/screen/report/ReportScreen$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 Lfge;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 aE_ Lfdb;aE_()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 aL_ Lfdb;aL_()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(DrawContext context)
      Overrides:
      drawTitle in class WarningScreen
      Mappings:
      Namespace Name Mixin selector
      official c Lfge;c(Lewu;)V
      intermediary method_44663 Lnet/minecraft/class_7065;method_44663(Lnet/minecraft/class_332;)V
      named drawTitle Lnet/minecraft/client/gui/screen/WarningScreen;drawTitle(Lnet/minecraft/client/gui/DrawContext;)V