Class ChatSelectionScreen.ChatSelectionList.MessageHeadingEntry
java.lang.Object
net.minecraft.client.gui.components.AbstractSelectionList.Entry<E>
net.minecraft.client.gui.components.ObjectSelectionList.Entry<ChatSelectionScreen.ChatSelectionList.Entry>
net.minecraft.client.gui.screens.reporting.ChatSelectionScreen.ChatSelectionList.Entry
net.minecraft.client.gui.screens.reporting.ChatSelectionScreen.ChatSelectionList.MessageHeadingEntry
- All Implemented Interfaces:
GuiEventListener
,NarrationSupplier
- Enclosing class:
- ChatSelectionScreen.ChatSelectionList
public class ChatSelectionScreen.ChatSelectionList.MessageHeadingEntry
extends ChatSelectionScreen.ChatSelectionList.Entry
-
Field Summary
Modifier and TypeFieldDescriptionprivate final boolean
private static final int
private final Component
private final ResourceLocation
Fields inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
list
Fields inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
Constructor Summary
ConstructorDescriptionMessageHeadingEntry
(com.mojang.authlib.GameProfile p_240080_, Component p_240081_, boolean p_240082_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
render
(PoseStack p_239156_, int p_239157_, int p_239158_, int p_239159_, int p_239160_, int p_239161_, int p_239162_, int p_239163_, boolean p_239164_, float p_239165_) private void
renderFace
(PoseStack p_238956_, int p_238957_, int p_238958_, ResourceLocation p_238959_) Methods inherited from class net.minecraft.client.gui.screens.reporting.ChatSelectionScreen.ChatSelectionList.Entry
canReport, canSelect, getNarration, isSelected
Methods inherited from class net.minecraft.client.gui.components.ObjectSelectionList.Entry
changeFocus, updateNarration
Methods inherited from class net.minecraft.client.gui.components.AbstractSelectionList.Entry
isMouseOver
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.client.gui.components.events.GuiEventListener
charTyped, keyPressed, keyReleased, mouseClicked, mouseDragged, mouseMoved, mouseReleased, mouseScrolled
-
Field Details
-
FACE_SIZE
private static final int FACE_SIZE- See Also:
-
heading
-
skin
-
canReport
private final boolean canReport
-
-
Constructor Details
-
MessageHeadingEntry
public MessageHeadingEntry(com.mojang.authlib.GameProfile p_240080_, Component p_240081_, boolean p_240082_)
-
-
Method Details
-
render
public void render(PoseStack p_239156_, int p_239157_, int p_239158_, int p_239159_, int p_239160_, int p_239161_, int p_239162_, int p_239163_, boolean p_239164_, float p_239165_) - Specified by:
render
in classAbstractSelectionList.Entry<ChatSelectionScreen.ChatSelectionList.Entry>
-
renderFace
private void renderFace(PoseStack p_238956_, int p_238957_, int p_238958_, ResourceLocation p_238959_)
-