Class SkinReportScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

@Environment(CLIENT) public class SkinReportScreen extends ReportScreen<SkinAbuseReport.Builder>
Mappings:
Namespace Name
official fhg
intermediary net/minecraft/class_8771
named net/minecraft/client/gui/screen/report/SkinReportScreen
  • Field Details

    • BOTTOM_BUTTON_WIDTH

      private static final int BOTTOM_BUTTON_WIDTH
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official r Lfhg;r:I
      intermediary field_46051 Lnet/minecraft/class_8771;field_46051:I
      named BOTTOM_BUTTON_WIDTH Lnet/minecraft/client/gui/screen/report/SkinReportScreen;BOTTOM_BUTTON_WIDTH:I
    • SKIN_WIDGET_WIDTH

      private static final int SKIN_WIDGET_WIDTH
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official t Lfhg;t:I
      intermediary field_46052 Lnet/minecraft/class_8771;field_46052:I
      named SKIN_WIDGET_WIDTH Lnet/minecraft/client/gui/screen/report/SkinReportScreen;SKIN_WIDGET_WIDTH:I
    • REASON_BUTTON_AND_COMMENTS_BOX_WIDTH

      private static final int REASON_BUTTON_AND_COMMENTS_BOX_WIDTH
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official u Lfhg;u:I
      intermediary field_46053 Lnet/minecraft/class_8771;field_46053:I
      named REASON_BUTTON_AND_COMMENTS_BOX_WIDTH Lnet/minecraft/client/gui/screen/report/SkinReportScreen;REASON_BUTTON_AND_COMMENTS_BOX_WIDTH:I
    • TITLE_TEXT

      private static final Text TITLE_TEXT
      Mappings:
      Namespace Name Mixin selector
      official v Lfhg;v:Lvf;
      intermediary field_46054 Lnet/minecraft/class_8771;field_46054:Lnet/minecraft/class_2561;
      named TITLE_TEXT Lnet/minecraft/client/gui/screen/report/SkinReportScreen;TITLE_TEXT:Lnet/minecraft/text/Text;
    • layout

      private final DirectionalLayoutWidget layout
      Mappings:
      Namespace Name Mixin selector
      official w Lfhg;w:Lfau;
      intermediary field_46055 Lnet/minecraft/class_8771;field_46055:Lnet/minecraft/class_8667;
      named layout Lnet/minecraft/client/gui/screen/report/SkinReportScreen;layout:Lnet/minecraft/client/gui/widget/DirectionalLayoutWidget;
    • commentsBox

      private EditBoxWidget commentsBox
      Mappings:
      Namespace Name Mixin selector
      official x Lfhg;x:Lexy;
      intermediary field_46056 Lnet/minecraft/class_8771;field_46056:Lnet/minecraft/class_7529;
      named commentsBox Lnet/minecraft/client/gui/screen/report/SkinReportScreen;commentsBox:Lnet/minecraft/client/gui/widget/EditBoxWidget;
    • sendButton

      private ButtonWidget sendButton
      Mappings:
      Namespace Name Mixin selector
      official y Lfhg;y:Lexg;
      intermediary field_46057 Lnet/minecraft/class_8771;field_46057:Lnet/minecraft/class_4185;
      named sendButton Lnet/minecraft/client/gui/screen/report/SkinReportScreen;sendButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
    • selectReasonButton

      private ButtonWidget selectReasonButton
      Mappings:
      Namespace Name Mixin selector
      official z Lfhg;z:Lexg;
      intermediary field_46058 Lnet/minecraft/class_8771;field_46058:Lnet/minecraft/class_4185;
      named selectReasonButton Lnet/minecraft/client/gui/screen/report/SkinReportScreen;selectReasonButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
  • Constructor Details

    • SkinReportScreen

      private SkinReportScreen(Screen parent, AbuseReportContext context, SkinAbuseReport.Builder reportBuilder)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfhg;<init>(Lfdb;Lfow;Lfox$a;)V
      intermediary <init> Lnet/minecraft/class_8771;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_7574;Lnet/minecraft/class_8777$class_8778;)V
      named <init> Lnet/minecraft/client/gui/screen/report/SkinReportScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/session/report/AbuseReportContext;Lnet/minecraft/client/session/report/SkinAbuseReport$Builder;)V
    • SkinReportScreen

      public SkinReportScreen(Screen parent, AbuseReportContext context, UUID reportedPlayerUuid, Supplier<SkinTextures> skinSupplier)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfhg;<init>(Lfdb;Lfow;Ljava/util/UUID;Ljava/util/function/Supplier;)V
      intermediary <init> Lnet/minecraft/class_8771;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_7574;Ljava/util/UUID;Ljava/util/function/Supplier;)V
      named <init> Lnet/minecraft/client/gui/screen/report/SkinReportScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/session/report/AbuseReportContext;Ljava/util/UUID;Ljava/util/function/Supplier;)V
    • SkinReportScreen

      public SkinReportScreen(Screen parent, AbuseReportContext context, SkinAbuseReport report)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfhg;<init>(Lfdb;Lfow;Lfox;)V
      intermediary <init> Lnet/minecraft/class_8771;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_7574;Lnet/minecraft/class_8777;)V
      named <init> Lnet/minecraft/client/gui/screen/report/SkinReportScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/session/report/AbuseReportContext;Lnet/minecraft/client/session/report/SkinAbuseReport;)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.

      This should call Screen.setInitialFocus(net.minecraft.client.gui.Element) to set the element that is initially focused.

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

      protected void initTabNavigation()
      Overrides:
      initTabNavigation in class Screen
      Mappings:
      Namespace Name Mixin selector
      official c Lfdb;c()V
      intermediary method_48640 Lnet/minecraft/class_437;method_48640()V
      named initTabNavigation Lnet/minecraft/client/gui/screen/Screen;initTabNavigation()V
    • onChange

      private void onChange()
      Mappings:
      Namespace Name Mixin selector
      official D Lfhg;D()V
      intermediary method_53586 Lnet/minecraft/class_8771;method_53586()V
      named onChange Lnet/minecraft/client/gui/screen/report/SkinReportScreen;onChange()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
      official b Lezb;b(DDI)Z
      intermediary method_25406 Lnet/minecraft/class_364;method_25406(DDI)Z
      named mouseReleased Lnet/minecraft/client/gui/Element;mouseReleased(DDI)Z