类 ChatSelectionScreen.ChatSelectionList.MessageHeadingEntry
java.lang.Object
net.minecraft.client.gui.components.AbstractSelectionList.Entry<ChatSelectionScreen.ChatSelectionList.Entry>
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
- 所有已实现的接口:
GuiEventListener
,TabOrderedElement
,NarrationSupplier
public class ChatSelectionScreen.ChatSelectionList.MessageHeadingEntry
extends ChatSelectionScreen.ChatSelectionList.Entry
-
字段概要
字段修饰符和类型字段说明private final boolean
private static final int
private final Component
private static final int
private final Supplier
<PlayerSkin> 从类继承的字段 net.minecraft.client.gui.components.AbstractSelectionList.Entry
list
从接口继承的字段 net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
构造器概要
构造器构造器说明MessageHeadingEntry
(com.mojang.authlib.GameProfile p_240080_, Component p_240081_, boolean p_240082_) -
方法概要
修饰符和类型方法说明void
render
(GuiGraphics p_281320_, int p_283177_, int p_282422_, int p_282017_, int p_282555_, int p_283255_, int p_283682_, int p_281582_, boolean p_282259_, float p_283561_) 从类继承的方法 net.minecraft.client.gui.screens.reporting.ChatSelectionScreen.ChatSelectionList.Entry
canReport, canSelect, getNarration, isSelected, mouseClicked
从类继承的方法 net.minecraft.client.gui.components.ObjectSelectionList.Entry
updateNarration
从类继承的方法 net.minecraft.client.gui.components.AbstractSelectionList.Entry
isFocused, isMouseOver, renderBack, setFocused
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
从接口继承的方法 net.minecraft.client.gui.components.events.GuiEventListener
charTyped, getBorderForArrowNavigation, getCurrentFocusPath, getRectangle, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPath
从接口继承的方法 net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
字段详细资料
-
FACE_SIZE
private static final int FACE_SIZE- 另请参阅:
-
PADDING
private static final int PADDING- 另请参阅:
-
heading
-
skin
-
canReport
private final boolean canReport
-
-
构造器详细资料
-
MessageHeadingEntry
public MessageHeadingEntry(com.mojang.authlib.GameProfile p_240080_, Component p_240081_, boolean p_240082_)
-
-
方法详细资料
-
render
public void render(GuiGraphics p_281320_, int p_283177_, int p_282422_, int p_282017_, int p_282555_, int p_283255_, int p_283682_, int p_281582_, boolean p_282259_, float p_283561_)
-