Class UsernameReportScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

@Environment(CLIENT) public class UsernameReportScreen extends ReportScreen<UsernameAbuseReport.Builder>
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/report/UsernameReportScreen
intermediary net/minecraft/class_8769
official fyh
  • Field Details

    • TITLE_TEXT

      private static final Text TITLE_TEXT
      Mappings:
      Namespace Name Mixin selector
      named TITLE_TEXT Lnet/minecraft/client/gui/screen/report/UsernameReportScreen;TITLE_TEXT:Lnet/minecraft/text/Text;
      intermediary field_46037 Lnet/minecraft/class_8769;field_46037:Lnet/minecraft/class_2561;
      official C Lfyh;C:Lxv;
    • field_52851

      private static final Text field_52851
      Mappings:
      Namespace Name Mixin selector
      named field_52851 Lnet/minecraft/client/gui/screen/report/UsernameReportScreen;field_52851:Lnet/minecraft/text/Text;
      intermediary field_52851 Lnet/minecraft/class_8769;field_52851:Lnet/minecraft/class_2561;
      official D Lfyh;D:Lxv;
    • commentsBox

      @Nullable private @Nullable EditBoxWidget commentsBox
      Mappings:
      Namespace Name Mixin selector
      named commentsBox Lnet/minecraft/client/gui/screen/report/UsernameReportScreen;commentsBox:Lnet/minecraft/client/gui/widget/EditBoxWidget;
      intermediary field_46039 Lnet/minecraft/class_8769;field_46039:Lnet/minecraft/class_7529;
      official E Lfyh;E:Lfox;
  • Constructor Details

    • UsernameReportScreen

      private UsernameReportScreen(Screen parent, AbuseReportContext context, UsernameAbuseReport.Builder reportBuilder)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/screen/report/UsernameReportScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/session/report/AbuseReportContext;Lnet/minecraft/client/session/report/UsernameAbuseReport$Builder;)V
      intermediary <init> Lnet/minecraft/class_8769;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_7574;Lnet/minecraft/class_8773$class_8774;)V
      official <init> Lfyh;<init>(Lftx;Lggs;Lggn$a;)V
    • UsernameReportScreen

      public UsernameReportScreen(Screen parent, AbuseReportContext context, UUID reportedPlayerUuid, String username)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/screen/report/UsernameReportScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/session/report/AbuseReportContext;Ljava/util/UUID;Ljava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_8769;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_7574;Ljava/util/UUID;Ljava/lang/String;)V
      official <init> Lfyh;<init>(Lftx;Lggs;Ljava/util/UUID;Ljava/lang/String;)V
    • UsernameReportScreen

      public UsernameReportScreen(Screen parent, AbuseReportContext context, UsernameAbuseReport report)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/screen/report/UsernameReportScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/session/report/AbuseReportContext;Lnet/minecraft/client/session/report/UsernameAbuseReport;)V
      intermediary <init> Lnet/minecraft/class_8769;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_7574;Lnet/minecraft/class_8773;)V
      official <init> Lfyh;<init>(Lftx;Lggs;Lggn;)V
  • Method Details

    • addContent

      protected void addContent()
      Specified by:
      addContent in class ReportScreen<UsernameAbuseReport.Builder>
      Mappings:
      Namespace Name Mixin selector
      named addContent Lnet/minecraft/client/gui/screen/report/ReportScreen;addContent()V
      intermediary method_61135 Lnet/minecraft/class_8768;method_61135()V
      official E Lfyd;E()V
    • mouseReleased

      public boolean mouseReleased(double mouseX, double mouseY, int button)
      Callback for when a mouse button release event has been captured. The button number is identified by the constants in GLFW class.
      Parameters:
      mouseX - the X coordinate of the mouse
      mouseY - the Y coordinate of the mouse
      button - the mouse button number
      Returns:
      true to indicate that the event handling is successful/valid
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named mouseReleased Lnet/minecraft/client/gui/Element;mouseReleased(DDI)Z
      intermediary method_25406 Lnet/minecraft/class_364;method_25406(DDI)Z
      official b Lfqc;b(DDI)Z