Class ChatSelectionScreen.SelectionListWidget.SenderEntry

All Implemented Interfaces:
Element, Narratable, Navigable
Enclosing class:
ChatSelectionScreen.SelectionListWidget

@Environment(CLIENT) public class ChatSelectionScreen.SelectionListWidget.SenderEntry extends ChatSelectionScreen.SelectionListWidget.Entry
Mappings:
Namespace Name
official fhc$a$e
intermediary net/minecraft/class_7543$class_7544$class_7549
named net/minecraft/client/gui/screen/report/ChatSelectionScreen$SelectionListWidget$SenderEntry
  • Field Details

    • PLAYER_SKIN_SIZE

      private static final int PLAYER_SKIN_SIZE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Lfhc$a$e;c:I
      intermediary field_39607 Lnet/minecraft/class_7543$class_7544$class_7549;field_39607:I
      named PLAYER_SKIN_SIZE Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen$SelectionListWidget$SenderEntry;PLAYER_SKIN_SIZE:I
    • headingText

      private final Text headingText
      Mappings:
      Namespace Name Mixin selector
      official d Lfhc$a$e;d:Lvf;
      intermediary field_39608 Lnet/minecraft/class_7543$class_7544$class_7549;field_39608:Lnet/minecraft/class_2561;
      named headingText Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen$SelectionListWidget$SenderEntry;headingText:Lnet/minecraft/text/Text;
    • skinTexturesSupplier

      private final Supplier<SkinTextures> skinTexturesSupplier
      Mappings:
      Namespace Name Mixin selector
      official e Lfhc$a$e;e:Ljava/util/function/Supplier;
      intermediary field_39609 Lnet/minecraft/class_7543$class_7544$class_7549;field_39609:Ljava/util/function/Supplier;
      named skinTexturesSupplier Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen$SelectionListWidget$SenderEntry;skinTexturesSupplier:Ljava/util/function/Supplier;
    • fromReportedPlayer

      private final boolean fromReportedPlayer
      Mappings:
      Namespace Name Mixin selector
      official f Lfhc$a$e;f:Z
      intermediary field_39610 Lnet/minecraft/class_7543$class_7544$class_7549;field_39610:Z
      named fromReportedPlayer Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen$SelectionListWidget$SenderEntry;fromReportedPlayer:Z
  • Constructor Details

    • SenderEntry

      public SenderEntry(com.mojang.authlib.GameProfile gameProfile, Text headingText, boolean fromReportedPlayer)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lfhc$a$e;<init>(Lfhc$a;Lcom/mojang/authlib/GameProfile;Lvf;Z)V
      intermediary <init> Lnet/minecraft/class_7543$class_7544$class_7549;<init>(Lnet/minecraft/class_7543$class_7544;Lcom/mojang/authlib/GameProfile;Lnet/minecraft/class_2561;Z)V
      named <init> Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen$SelectionListWidget$SenderEntry;<init>(Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen$SelectionListWidget;Lcom/mojang/authlib/GameProfile;Lnet/minecraft/text/Text;Z)V
  • Method Details

    • render

      public void render(DrawContext context, int index, int y, int x, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta)
      Renders an entry in a list.
      Specified by:
      render in class EntryListWidget.Entry<ChatSelectionScreen.SelectionListWidget.Entry>
      Parameters:
      index - the index of the entry
      y - the Y coordinate of the entry
      x - the X coordinate of the entry
      entryWidth - the width of the entry
      entryHeight - the height of the entry
      mouseX - the X coordinate of the mouse
      mouseY - the Y coordinate of the mouse
      hovered - whether the mouse is hovering over the entry
      Mappings:
      Namespace Name Mixin selector
      official a Lexb$a;a(Lewu;IIIIIIIZF)V
      intermediary method_25343 Lnet/minecraft/class_350$class_351;method_25343(Lnet/minecraft/class_332;IIIIIIIZF)V
      named render Lnet/minecraft/client/gui/widget/EntryListWidget$Entry;render(Lnet/minecraft/client/gui/DrawContext;IIIIIIIZF)V