Class AbuseReportReasonScreen

All Implemented Interfaces:
Drawable, Element, ParentElement

@Environment(CLIENT) public class AbuseReportReasonScreen extends Screen
Mappings:
Namespace Name
official esx
intermediary net/minecraft/class_7551
named net/minecraft/client/gui/screen/report/AbuseReportReasonScreen
  • Field Details

    • ABOUT_JAVA_REPORTING_URL

      private static final String ABOUT_JAVA_REPORTING_URL
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Lesx;a:Ljava/lang/String;
      intermediary field_39753 Lnet/minecraft/class_7551;field_39753:Ljava/lang/String;
      named ABOUT_JAVA_REPORTING_URL Lnet/minecraft/client/gui/screen/report/AbuseReportReasonScreen;ABOUT_JAVA_REPORTING_URL:Ljava/lang/String;
    • TITLE_TEXT

      private static final Text TITLE_TEXT
      Mappings:
      Namespace Name Mixin selector
      official b Lesx;b:Lss;
      intermediary field_39612 Lnet/minecraft/class_7551;field_39612:Lnet/minecraft/class_2561;
      named TITLE_TEXT Lnet/minecraft/client/gui/screen/report/AbuseReportReasonScreen;TITLE_TEXT:Lnet/minecraft/text/Text;
    • DESCRIPTION_TEXT

      private static final Text DESCRIPTION_TEXT
      Mappings:
      Namespace Name Mixin selector
      official c Lesx;c:Lss;
      intermediary field_39613 Lnet/minecraft/class_7551;field_39613:Lnet/minecraft/class_2561;
      named DESCRIPTION_TEXT Lnet/minecraft/client/gui/screen/report/AbuseReportReasonScreen;DESCRIPTION_TEXT:Lnet/minecraft/text/Text;
    • READ_INFO_TEXT

      private static final Text READ_INFO_TEXT
      Mappings:
      Namespace Name Mixin selector
      official n Lesx;n:Lss;
      intermediary field_39754 Lnet/minecraft/class_7551;field_39754:Lnet/minecraft/class_2561;
      named READ_INFO_TEXT Lnet/minecraft/client/gui/screen/report/AbuseReportReasonScreen;READ_INFO_TEXT:Lnet/minecraft/text/Text;
    • REASON_LIST_BOTTOM_MARGIN

      private static final int REASON_LIST_BOTTOM_MARGIN
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official o Lesx;o:I
      intermediary field_39614 Lnet/minecraft/class_7551;field_39614:I
      named REASON_LIST_BOTTOM_MARGIN Lnet/minecraft/client/gui/screen/report/AbuseReportReasonScreen;REASON_LIST_BOTTOM_MARGIN:I
    • DONE_BUTTON_WIDTH

      private static final int DONE_BUTTON_WIDTH
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official p Lesx;p:I
      intermediary field_39732 Lnet/minecraft/class_7551;field_39732:I
      named DONE_BUTTON_WIDTH Lnet/minecraft/client/gui/screen/report/AbuseReportReasonScreen;DONE_BUTTON_WIDTH:I
    • DONE_BUTTON_HEIGHT

      private static final int DONE_BUTTON_HEIGHT
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official q Lesx;q:I
      intermediary field_39733 Lnet/minecraft/class_7551;field_39733:I
      named DONE_BUTTON_HEIGHT Lnet/minecraft/client/gui/screen/report/AbuseReportReasonScreen;DONE_BUTTON_HEIGHT:I
    • SCREEN_WIDTH

      private static final int SCREEN_WIDTH
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official r Lesx;r:I
      intermediary field_39734 Lnet/minecraft/class_7551;field_39734:I
      named SCREEN_WIDTH Lnet/minecraft/client/gui/screen/report/AbuseReportReasonScreen;SCREEN_WIDTH:I
    • TOP_MARGIN

      private static final int TOP_MARGIN
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official s Lesx;s:I
      intermediary field_39735 Lnet/minecraft/class_7551;field_39735:I
      named TOP_MARGIN Lnet/minecraft/client/gui/screen/report/AbuseReportReasonScreen;TOP_MARGIN:I
    • parent

      @Nullable private final @Nullable Screen parent
      Mappings:
      Namespace Name Mixin selector
      official t Lesx;t:Lepb;
      intermediary field_39615 Lnet/minecraft/class_7551;field_39615:Lnet/minecraft/class_437;
      named parent Lnet/minecraft/client/gui/screen/report/AbuseReportReasonScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
    • reasonList

      Mappings:
      Namespace Name Mixin selector
      official u Lesx;u:Lesx$a;
      intermediary field_39616 Lnet/minecraft/class_7551;field_39616:Lnet/minecraft/class_7551$class_7552;
      named reasonList Lnet/minecraft/client/gui/screen/report/AbuseReportReasonScreen;reasonList:Lnet/minecraft/client/gui/screen/report/AbuseReportReasonScreen$ReasonListWidget;
    • reason

      Mappings:
      Namespace Name Mixin selector
      official v Lesx;v:Lezt;
      intermediary field_39778 Lnet/minecraft/class_7551;field_39778:Lnet/minecraft/class_7573;
      named reason Lnet/minecraft/client/gui/screen/report/AbuseReportReasonScreen;reason:Lnet/minecraft/client/report/AbuseReportReason;
    • reasonConsumer

      private final Consumer<AbuseReportReason> reasonConsumer
      Mappings:
      Namespace Name Mixin selector
      official w Lesx;w:Ljava/util/function/Consumer;
      intermediary field_39618 Lnet/minecraft/class_7551;field_39618:Ljava/util/function/Consumer;
      named reasonConsumer Lnet/minecraft/client/gui/screen/report/AbuseReportReasonScreen;reasonConsumer:Ljava/util/function/Consumer;
  • Constructor Details

    • AbuseReportReasonScreen

      public AbuseReportReasonScreen(@Nullable @Nullable Screen parent, @Nullable @Nullable AbuseReportReason reason, Consumer<AbuseReportReason> reasonConsumer)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lesx;<init>(Lepb;Lezt;Ljava/util/function/Consumer;)V
      intermediary <init> Lnet/minecraft/class_7551;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_7573;Ljava/util/function/Consumer;)V
      named <init> Lnet/minecraft/client/gui/screen/report/AbuseReportReasonScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/report/AbuseReportReason;Ljava/util/function/Consumer;)V
  • Method Details

    • init

      protected void init()
      Called when a screen should be initialized.

      This method is called when this screen is opened or resized.

      Overrides:
      init in class Screen
      Mappings:
      Namespace Name Mixin selector
      official b Lepb;b()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
    • render

      public void render(MatrixStack matrices, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Lely;a(Leed;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_4587;IIF)V
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/util/math/MatrixStack;IIF)V
    • getDoneButtonY

      private int getDoneButtonY()
      Mappings:
      Namespace Name Mixin selector
      official i Lesx;i()I
      intermediary method_44674 Lnet/minecraft/class_7551;method_44674()I
      named getDoneButtonY Lnet/minecraft/client/gui/screen/report/AbuseReportReasonScreen;getDoneButtonY()I
    • getLeft

      private int getLeft()
      Mappings:
      Namespace Name Mixin selector
      official w Lesx;w()I
      intermediary method_44675 Lnet/minecraft/class_7551;method_44675()I
      named getLeft Lnet/minecraft/client/gui/screen/report/AbuseReportReasonScreen;getLeft()I
    • getRight

      private int getRight()
      Mappings:
      Namespace Name Mixin selector
      official x Lesx;x()I
      intermediary method_44676 Lnet/minecraft/class_7551;method_44676()I
      named getRight Lnet/minecraft/client/gui/screen/report/AbuseReportReasonScreen;getRight()I
    • getTop

      private int getTop()
      Mappings:
      Namespace Name Mixin selector
      official y Lesx;y()I
      intermediary method_44668 Lnet/minecraft/class_7551;method_44668()I
      named getTop Lnet/minecraft/client/gui/screen/report/AbuseReportReasonScreen;getTop()I
    • getBottom

      private int getBottom()
      Mappings:
      Namespace Name Mixin selector
      official z Lesx;z()I
      intermediary method_44669 Lnet/minecraft/class_7551;method_44669()I
      named getBottom Lnet/minecraft/client/gui/screen/report/AbuseReportReasonScreen;getBottom()I
    • 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