Class ChatSelectionScreen

All Implemented Interfaces:
Drawable, Element, Navigable, ParentElement

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

    • CHECKMARK_ICON_TEXTURE

      static final Identifier CHECKMARK_ICON_TEXTURE
      Mappings:
      Namespace Name Mixin selector
      official a Lfhc;a:Lahg;
      intermediary field_45559 Lnet/minecraft/class_7543;field_45559:Lnet/minecraft/class_2960;
      named CHECKMARK_ICON_TEXTURE Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen;CHECKMARK_ICON_TEXTURE:Lnet/minecraft/util/Identifier;
    • TITLE_TEXT

      private static final Text TITLE_TEXT
      Mappings:
      Namespace Name Mixin selector
      official b Lfhc;b:Lvf;
      intermediary field_39727 Lnet/minecraft/class_7543;field_39727:Lnet/minecraft/class_2561;
      named TITLE_TEXT Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen;TITLE_TEXT:Lnet/minecraft/text/Text;
    • CONTEXT_TEXT

      private static final Text CONTEXT_TEXT
      Mappings:
      Namespace Name Mixin selector
      official c Lfhc;c:Lvf;
      intermediary field_39728 Lnet/minecraft/class_7543;field_39728:Lnet/minecraft/class_2561;
      named CONTEXT_TEXT Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen;CONTEXT_TEXT:Lnet/minecraft/text/Text;
    • parent

      @Nullable private final @Nullable Screen parent
      Mappings:
      Namespace Name Mixin selector
      official k Lfhc;k:Lfdb;
      intermediary field_39584 Lnet/minecraft/class_7543;field_39584:Lnet/minecraft/class_437;
      named parent Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen;parent:Lnet/minecraft/client/gui/screen/Screen;
    • reporter

      private final AbuseReportContext reporter
      Mappings:
      Namespace Name Mixin selector
      official l Lfhc;l:Lfow;
      intermediary field_39585 Lnet/minecraft/class_7543;field_39585:Lnet/minecraft/class_7574;
      named reporter Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen;reporter:Lnet/minecraft/client/session/report/AbuseReportContext;
    • doneButton

      private ButtonWidget doneButton
      Mappings:
      Namespace Name Mixin selector
      official m Lfhc;m:Lexg;
      intermediary field_39586 Lnet/minecraft/class_7543;field_39586:Lnet/minecraft/class_4185;
      named doneButton Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen;doneButton:Lnet/minecraft/client/gui/widget/ButtonWidget;
    • contextMessage

      private MultilineText contextMessage
      Mappings:
      Namespace Name Mixin selector
      official n Lfhc;n:Lexz;
      intermediary field_39729 Lnet/minecraft/class_7543;field_39729:Lnet/minecraft/class_5489;
      named contextMessage Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen;contextMessage:Lnet/minecraft/client/font/MultilineText;
    • selectionList

      Mappings:
      Namespace Name Mixin selector
      official o Lfhc;o:Lfhc$a;
      intermediary field_39587 Lnet/minecraft/class_7543;field_39587:Lnet/minecraft/class_7543$class_7544;
      named selectionList Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen;selectionList:Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen$SelectionListWidget;
    • report

      Mappings:
      Namespace Name Mixin selector
      official p Lfhc;p:Lfoo$a;
      intermediary field_39588 Lnet/minecraft/class_7543;field_39588:Lnet/minecraft/class_7566$class_8772;
      named report Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen;report:Lnet/minecraft/client/session/report/ChatAbuseReport$Builder;
    • newReportConsumer

      private final Consumer<ChatAbuseReport.Builder> newReportConsumer
      Mappings:
      Namespace Name Mixin selector
      official q Lfhc;q:Ljava/util/function/Consumer;
      intermediary field_39589 Lnet/minecraft/class_7543;field_39589:Ljava/util/function/Consumer;
      named newReportConsumer Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen;newReportConsumer:Ljava/util/function/Consumer;
    • listAdder

      private MessagesListAdder listAdder
      Mappings:
      Namespace Name Mixin selector
      official r Lfhc;r:Lfhb;
      intermediary field_39590 Lnet/minecraft/class_7543;field_39590:Lnet/minecraft/class_7541;
      named listAdder Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen;listAdder:Lnet/minecraft/client/session/report/MessagesListAdder;
  • Constructor Details

    • ChatSelectionScreen

      public ChatSelectionScreen(@Nullable @Nullable Screen parent, AbuseReportContext reporter, ChatAbuseReport.Builder report, Consumer<ChatAbuseReport.Builder> newReportConsumer)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfhc;<init>(Lfdb;Lfow;Lfoo$a;Ljava/util/function/Consumer;)V
      intermediary <init> Lnet/minecraft/class_7543;<init>(Lnet/minecraft/class_437;Lnet/minecraft/class_7574;Lnet/minecraft/class_7566$class_8772;Ljava/util/function/Consumer;)V
      named <init> Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen;<init>(Lnet/minecraft/client/gui/screen/Screen;Lnet/minecraft/client/session/report/AbuseReportContext;Lnet/minecraft/client/session/report/ChatAbuseReport$Builder;Ljava/util/function/Consumer;)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
    • isSentByReportedPlayer

      private boolean isSentByReportedPlayer(ReceivedMessage message)
      Mappings:
      Namespace Name Mixin selector
      official a Lfhc;a(Lfok;)Z
      intermediary method_44495 Lnet/minecraft/class_7543;method_44495(Lnet/minecraft/class_7557;)Z
      named isSentByReportedPlayer Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen;isSentByReportedPlayer(Lnet/minecraft/client/session/report/log/ReceivedMessage;)Z
    • addMessages

      private void addMessages()
      Mappings:
      Namespace Name Mixin selector
      official n Lfhc;n()V
      intermediary method_44504 Lnet/minecraft/class_7543;method_44504()V
      named addMessages Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen;addMessages()V
    • addMoreMessages

      void addMoreMessages()
      Mappings:
      Namespace Name Mixin selector
      official D Lfhc;D()V
      intermediary method_44507 Lnet/minecraft/class_7543;method_44507()V
      named addMoreMessages Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen;addMoreMessages()V
    • setDoneButtonActivation

      void setDoneButtonActivation()
      Mappings:
      Namespace Name Mixin selector
      official E Lfhc;E()V
      intermediary method_44509 Lnet/minecraft/class_7543;method_44509()V
      named setDoneButtonActivation Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen;setDoneButtonActivation()V
    • render

      public void render(DrawContext context, int mouseX, int mouseY, float delta)
      Specified by:
      render in interface Drawable
      Overrides:
      render in class Screen
      Mappings:
      Namespace Name Mixin selector
      official a Leyj;a(Lewu;IIF)V
      intermediary method_25394 Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)V
      named render Lnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)V
    • renderBackground

      public void renderBackground(DrawContext context, int mouseX, int mouseY, float delta)
      Renders the background of this screen.

      If the client is in a world, renders the translucent background gradient. Otherwise renders the background texture.

      Overrides:
      renderBackground in class Screen
      Mappings:
      Namespace Name Mixin selector
      official b Lfdb;b(Lewu;IIF)V
      intermediary method_25420 Lnet/minecraft/class_437;method_25420(Lnet/minecraft/class_332;IIF)V
      named renderBackground Lnet/minecraft/client/gui/screen/Screen;renderBackground(Lnet/minecraft/client/gui/DrawContext;IIF)V
    • close

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

      public Text getNarratedTitle()
      Overrides:
      getNarratedTitle in class Screen
      Mappings:
      Namespace Name Mixin selector
      official h Lfdb;h()Lvf;
      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;