类 ChatSelectionScreen.ChatSelectionList.MessageEntry
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.MessageEntry
- 所有已实现的接口:
GuiEventListener
,TabOrderedElement
,NarrationSupplier
public class ChatSelectionScreen.ChatSelectionList.MessageEntry
extends ChatSelectionScreen.ChatSelectionList.Entry
-
字段概要
字段修饰符和类型字段说明private final boolean
private final int
private static final int
private static final int
private final List
<FormattedCharSequence> private static final int
private final Component
private final boolean
private static final int
private final List
<FormattedCharSequence> private final GuiMessageTag.Icon
private final FormattedText
从类继承的字段 net.minecraft.client.gui.components.AbstractSelectionList.Entry
list
从接口继承的字段 net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
构造器概要
构造器构造器说明MessageEntry
(int p_240650_, Component p_240525_, Component p_240539_, GuiMessageTag p_240551_, boolean p_240596_, boolean p_240615_) -
方法概要
修饰符和类型方法说明boolean
boolean
private int
private int
boolean
boolean
keyPressed
(int p_239368_, int p_239369_, int p_239370_) boolean
mouseClicked
(double p_239729_, double p_239730_, int p_239731_) void
render
(GuiGraphics p_281361_, int p_239596_, int p_239597_, int p_239598_, int p_239599_, int p_239600_, int p_239601_, int p_239602_, boolean p_239603_, float p_239604_) private void
renderSelectedCheckmark
(GuiGraphics p_281342_, int p_281492_, int p_283046_, int p_283458_) private void
renderTag
(GuiGraphics p_281776_, int p_240566_, int p_240565_, int p_240581_, int p_240614_, int p_240612_) private boolean
从类继承的方法 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, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPath
从接口继承的方法 net.minecraft.client.gui.components.TabOrderedElement
getTabOrderGroup
-
字段详细资料
-
CHECKMARK_WIDTH
private static final int CHECKMARK_WIDTH- 另请参阅:
-
CHECKMARK_HEIGHT
private static final int CHECKMARK_HEIGHT- 另请参阅:
-
INDENT_AMOUNT
private static final int INDENT_AMOUNT- 另请参阅:
-
TAG_MARGIN_LEFT
private static final int TAG_MARGIN_LEFT- 另请参阅:
-
chatId
private final int chatId -
text
-
narration
-
hoverText
-
tagIcon
-
tagHoverText
-
canReport
private final boolean canReport -
playerMessage
private final boolean playerMessage
-
-
构造器详细资料
-
MessageEntry
public MessageEntry(int p_240650_, Component p_240525_, Component p_240539_, @Nullable GuiMessageTag p_240551_, boolean p_240596_, boolean p_240615_)
-
-
方法详细资料
-
render
public void render(GuiGraphics p_281361_, int p_239596_, int p_239597_, int p_239598_, int p_239599_, int p_239600_, int p_239601_, int p_239602_, boolean p_239603_, float p_239604_) -
renderTag
private void renderTag(GuiGraphics p_281776_, int p_240566_, int p_240565_, int p_240581_, int p_240614_, int p_240612_) -
renderSelectedCheckmark
private void renderSelectedCheckmark(GuiGraphics p_281342_, int p_281492_, int p_283046_, int p_283458_) -
getMaximumTextWidth
private int getMaximumTextWidth() -
getTextIndent
private int getTextIndent() -
getNarration
-
mouseClicked
public boolean mouseClicked(double p_239729_, double p_239730_, int p_239731_) - 指定者:
mouseClicked
在接口中GuiEventListener
- 覆盖:
mouseClicked
在类中ChatSelectionScreen.ChatSelectionList.Entry
-
keyPressed
public boolean keyPressed(int p_239368_, int p_239369_, int p_239370_) -
isSelected
public boolean isSelected() -
canSelect
public boolean canSelect() -
canReport
public boolean canReport() -
toggleReport
private boolean toggleReport()
-