Class AbuseReportTypeScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

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

    • TITLE_TEXT

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

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

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

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

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

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

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

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

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

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

    • AbuseReportTypeScreen

      public AbuseReportTypeScreen(Screen parent, AbuseReportContext context, SocialInteractionsPlayerListEntry selectedPlayer)
      Mappings:
      Namespace Name Mixin selector
      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
      intermediary <init> Lnet/minecraft/class_8770;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_7574;Lnet/minecraft/class_5519;)V
      official <init> Lfyi;<init>(Lftx;Lggs;Lfym;)V
  • Method Details

    • getNarratedTitle

      public Text getNarratedTitle()
      Overrides:
      getNarratedTitle in class Screen
      Mappings:
      Namespace Name Mixin selector
      named getNarratedTitle Lnet/minecraft/client/gui/screen/Screen;getNarratedTitle()Lnet/minecraft/text/Text;
      intermediary method_25435 Lnet/minecraft/class_437;method_25435()Lnet/minecraft/class_2561;
      official i Lftx;i()Lxv;
    • 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
      named init Lnet/minecraft/client/gui/screen/Screen;init()V
      intermediary method_25426 Lnet/minecraft/class_437;method_25426()V
      official aT_ Lftx;aT_()V
    • refreshWidgetPositions

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

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