Class ChatReportScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

@Environment(CLIENT) public class ChatReportScreen extends ReportScreen<ChatAbuseReport.Builder>
Mappings:
Namespace Name
named net/minecraft/client/gui/screen/report/ChatReportScreen
intermediary net/minecraft/class_7538
official fye
  • Field Details

    • TITLE_TEXT

      private static final Text TITLE_TEXT
      Mappings:
      Namespace Name Mixin selector
      named TITLE_TEXT Lnet/minecraft/client/gui/screen/report/ChatReportScreen;TITLE_TEXT:Lnet/minecraft/text/Text;
      intermediary field_46031 Lnet/minecraft/class_7538;field_46031:Lnet/minecraft/class_2561;
      official C Lfye;C:Lxv;
    • SELECT_CHAT_TEXT

      private static final Text SELECT_CHAT_TEXT
      Mappings:
      Namespace Name Mixin selector
      named SELECT_CHAT_TEXT Lnet/minecraft/client/gui/screen/report/ChatReportScreen;SELECT_CHAT_TEXT:Lnet/minecraft/text/Text;
      intermediary field_39574 Lnet/minecraft/class_7538;field_39574:Lnet/minecraft/class_2561;
      official D Lfye;D:Lxv;
    • commentsBox

      private EditBoxWidget commentsBox
      Mappings:
      Namespace Name Mixin selector
      named commentsBox Lnet/minecraft/client/gui/screen/report/ChatReportScreen;commentsBox:Lnet/minecraft/client/gui/widget/EditBoxWidget;
      intermediary field_46033 Lnet/minecraft/class_7538;field_46033:Lnet/minecraft/class_7529;
      official E Lfye;E:Lfox;
    • selectChatButton

      private ButtonWidget selectChatButton
      Mappings:
      Namespace Name Mixin selector
      named selectChatButton Lnet/minecraft/client/gui/screen/report/ChatReportScreen;selectChatButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
      intermediary field_46034 Lnet/minecraft/class_7538;field_46034:Lnet/minecraft/class_4185;
      official F Lfye;F:Lfoe;
    • selectReasonButton

      private ButtonWidget selectReasonButton
      Mappings:
      Namespace Name Mixin selector
      named selectReasonButton Lnet/minecraft/client/gui/screen/report/ChatReportScreen;selectReasonButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
      intermediary field_46035 Lnet/minecraft/class_7538;field_46035:Lnet/minecraft/class_4185;
      official G Lfye;G:Lfoe;
  • Constructor Details

    • ChatReportScreen

      private ChatReportScreen(Screen parent, AbuseReportContext context, ChatAbuseReport.Builder reportBuilder)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/screen/report/ChatReportScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/session/report/AbuseReportContext;Lnet/minecraft/client/session/report/ChatAbuseReport$Builder;)V
      intermediary <init> Lnet/minecraft/class_7538;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_7574;Lnet/minecraft/class_7566$class_8772;)V
      official <init> Lfye;<init>(Lftx;Lggs;Lggl$a;)V
    • ChatReportScreen

      public ChatReportScreen(Screen parent, AbuseReportContext reporter, UUID reportedPlayerUuid)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/screen/report/ChatReportScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/session/report/AbuseReportContext;Ljava/util/UUID;)V
      intermediary <init> Lnet/minecraft/class_7538;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_7574;Ljava/util/UUID;)V
      official <init> Lfye;<init>(Lftx;Lggs;Ljava/util/UUID;)V
    • ChatReportScreen

      public ChatReportScreen(Screen parent, AbuseReportContext context, ChatAbuseReport report)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/client/gui/screen/report/ChatReportScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/session/report/AbuseReportContext;Lnet/minecraft/client/session/report/ChatAbuseReport;)V
      intermediary <init> Lnet/minecraft/class_7538;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_7574;Lnet/minecraft/class_7566;)V
      official <init> Lfye;<init>(Lftx;Lggs;Lggl;)V
  • Method Details

    • addContent

      protected void addContent()
      Specified by:
      addContent in class ReportScreen<ChatAbuseReport.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
    • onChange

      protected void onChange()
      Overrides:
      onChange in class ReportScreen<ChatAbuseReport.Builder>
      Mappings:
      Namespace Name Mixin selector
      named onChange Lnet/minecraft/client/gui/screen/report/ReportScreen;onChange()V
      intermediary method_53586 Lnet/minecraft/class_8768;method_53586()V
      official G Lfyd;G()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