Class ChatSelectionScreen.SelectionListWidget.SenderEntry
java.lang.Object
net.minecraft.client.gui.widget.EntryListWidget.Entry<E>
net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.Entry<ChatSelectionScreen.SelectionListWidget.Entry>
net.minecraft.client.gui.screen.report.ChatSelectionScreen.SelectionListWidget.Entry
net.minecraft.client.gui.screen.report.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 - eyo$a$e- intermediary - net/minecraft/class_7543$class_7544$class_7549- named - net/minecraft/client/gui/screen/report/ChatSelectionScreen$SelectionListWidget$SenderEntry
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final booleanprivate final Textprivate static final intprivate final IdentifierFields inherited from interface net.minecraft.client.gui.ElementMAX_DOUBLE_CLICK_INTERVAL
- 
Constructor SummaryConstructorsConstructorDescriptionSenderEntry(com.mojang.authlib.GameProfile gameProfile, Text headingText, boolean fromReportedPlayer) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidrender(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.Methods inherited from class net.minecraft.client.gui.screen.report.ChatSelectionScreen.SelectionListWidget.EntrycanSelect, getNarration, isHighlightedOnHover, isSelectedMethods inherited from class net.minecraft.client.gui.widget.AlwaysSelectedEntryListWidget.EntryappendNarrationsMethods inherited from class net.minecraft.client.gui.widget.EntryListWidget.EntrydrawBorder, isFocused, isMouseOver, setFocusedMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.ElementcharTyped, getFocusedPath, getNavigationFocus, getNavigationPath, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolledMethods inherited from interface net.minecraft.client.gui.navigation.NavigablegetNavigationOrder
- 
Field Details- 
PLAYER_SKIN_SIZEprivate static final int PLAYER_SKIN_SIZE- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - c- Leyo$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- Mappings:
- Namespace - Name - Mixin selector - official - d- Leyo$a$e;d:Lsw;- 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;
 
- 
skinTextureId- Mappings:
- Namespace - Name - Mixin selector - official - e- Leyo$a$e;e:Lacq;- intermediary - field_39609- Lnet/minecraft/class_7543$class_7544$class_7549;field_39609:Lnet/minecraft/class_2960;- named - skinTextureId- Lnet/minecraft/client/gui/screen/report/ChatSelectionScreen$SelectionListWidget$SenderEntry;skinTextureId:Lnet/minecraft/util/Identifier;
 
- 
fromReportedPlayerprivate final boolean fromReportedPlayer- Mappings:
- Namespace - Name - Mixin selector - official - f- Leyo$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- 
SenderEntrypublic SenderEntry(com.mojang.authlib.GameProfile gameProfile, Text headingText, boolean fromReportedPlayer) - Mappings:
- Namespace - Name - Mixin selector - official - <init>- Leyo$a$e;<init>(Leyo$a;Lcom/mojang/authlib/GameProfile;Lsw;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- 
renderpublic 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:
- renderin 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- Lepc$a;a(Leox;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
 
 
-