Class AbuseReportTypeScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

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

    • TITLE_TEXT

      private static final Text TITLE_TEXT
      Mappings:
      Namespace Name Mixin selector
      official a Lfcl;a:Ltl;
      intermediary field_46041 Lnet/minecraft/class_8770;field_46041:Lnet/minecraft/class_2561;
      named TITLE_TEXT Lnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;TITLE_TEXT:Lnet/minecraft/text/Text;
    • MESSAGE_TEXT

      private static final Text MESSAGE_TEXT
      Mappings:
      Namespace Name Mixin selector
      official b Lfcl;b:Ltl;
      intermediary field_46042 Lnet/minecraft/class_8770;field_46042:Lnet/minecraft/class_2561;
      named MESSAGE_TEXT Lnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;MESSAGE_TEXT:Lnet/minecraft/text/Text;
    • CHAT_TYPE_TEXT

      private static final Text CHAT_TYPE_TEXT
      Mappings:
      Namespace Name Mixin selector
      official c Lfcl;c:Ltl;
      intermediary field_46043 Lnet/minecraft/class_8770;field_46043:Lnet/minecraft/class_2561;
      named CHAT_TYPE_TEXT Lnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;CHAT_TYPE_TEXT:Lnet/minecraft/text/Text;
    • SKIN_TYPE_TEXT

      private static final Text SKIN_TYPE_TEXT
      Mappings:
      Namespace Name Mixin selector
      official k Lfcl;k:Ltl;
      intermediary field_46044 Lnet/minecraft/class_8770;field_46044:Lnet/minecraft/class_2561;
      named SKIN_TYPE_TEXT Lnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;SKIN_TYPE_TEXT:Lnet/minecraft/text/Text;
    • NAME_TYPE_TEXT

      private static final Text NAME_TYPE_TEXT
      Mappings:
      Namespace Name Mixin selector
      official l Lfcl;l:Ltl;
      intermediary field_46045 Lnet/minecraft/class_8770;field_46045:Lnet/minecraft/class_2561;
      named NAME_TYPE_TEXT Lnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;NAME_TYPE_TEXT:Lnet/minecraft/text/Text;
    • field_46046

      private static final int field_46046
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official m Lfcl;m:I
      intermediary field_46046 Lnet/minecraft/class_8770;field_46046:I
      named field_46046 Lnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;field_46046:I
    • parent

      private final Screen parent
      Mappings:
      Namespace Name Mixin selector
      official n Lfcl;n:Leyk;
      intermediary field_46047 Lnet/minecraft/class_8770;field_46047:Lnet/minecraft/class_437;
      named parent Lnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
    • context

      private final AbuseReportContext context
      Mappings:
      Namespace Name Mixin selector
      official o Lfcl;o:Lfjz;
      intermediary field_46048 Lnet/minecraft/class_8770;field_46048:Lnet/minecraft/class_7574;
      named context Lnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;context:Lnet/minecraft/client/session/report/AbuseReportContext;
    • selectedPlayer

      private final SocialInteractionsPlayerListEntry selectedPlayer
      Mappings:
      Namespace Name Mixin selector
      official p Lfcl;p:Lfcp;
      intermediary field_46049 Lnet/minecraft/class_8770;field_46049:Lnet/minecraft/class_5519;
      named selectedPlayer Lnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;selectedPlayer:Lnet/minecraft/client/gui/screen/multiplayer/SocialInteractionsPlayerListEntry;
    • layout

      private final DirectionalLayoutWidget layout
      Mappings:
      Namespace Name Mixin selector
      official q Lfcl;q:Lewd;
      intermediary field_46050 Lnet/minecraft/class_8770;field_46050:Lnet/minecraft/class_8667;
      named layout Lnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;layout:Lnet/minecraft/client/gui/widget/DirectionalLayoutWidget;
  • Constructor Details

    • AbuseReportTypeScreen

      public AbuseReportTypeScreen(Screen parent, AbuseReportContext context, SocialInteractionsPlayerListEntry selectedPlayer)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfcl;<init>(Leyk;Lfjz;Lfcp;)V
      intermediary <init> Lnet/minecraft/class_8770;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_7574;Lnet/minecraft/class_5519;)V
      named <init> Lnet/minecraft/client/gui/screen/report/AbuseReportTypeScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/session/report/AbuseReportContext;Lnet/minecraft/client/gui/screen/multiplayer/SocialInteractionsPlayerListEntry;)V
  • Method Details

    • getNarratedTitle

      public Text getNarratedTitle()
      Overrides:
      getNarratedTitle in class Screen
      Mappings:
      Namespace Name Mixin selector
      official g Leyk;g()Ltl;
      intermediary method_25435 Lnet/minecraft/class_437;method_25435()Lnet/minecraft/class_2561;
      named getNarratedTitle Lnet/minecraft/client/gui/screen/Screen;getNarratedTitle()Lnet/minecraft/text/Text;
    • 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 aH_ Leyk;aH_()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 b Leyk;b()V
      intermediary method_48640 Lnet/minecraft/class_437;method_48640()V
      named initTabNavigation Lnet/minecraft/client/gui/screen/Screen;initTabNavigation()V
    • close

      public void close()
      Overrides:
      close in class Screen
      Mappings:
      Namespace Name Mixin selector
      official az_ Leyk;az_()V
      intermediary method_25419 Lnet/minecraft/class_437;method_25419()V
      named close Lnet/minecraft/client/gui/screen/Screen;close()V