类 ChatSelectionScreen.ChatSelectionList.Entry
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
- 所有已实现的接口:
GuiEventListener
,TabOrderedElement
,NarrationSupplier
- 直接已知子类:
ChatSelectionScreen.ChatSelectionList.DividerEntry
,ChatSelectionScreen.ChatSelectionList.MessageEntry
,ChatSelectionScreen.ChatSelectionList.MessageHeadingEntry
,ChatSelectionScreen.ChatSelectionList.PaddingEntry
public abstract static class ChatSelectionScreen.ChatSelectionList.Entry
extends ObjectSelectionList.Entry<ChatSelectionScreen.ChatSelectionList.Entry>
-
字段概要
从类继承的字段 net.minecraft.client.gui.components.AbstractSelectionList.Entry
list
从接口继承的字段 net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明boolean
boolean
boolean
boolean
mouseClicked
(double p_377929_, double p_377504_, int p_377351_) 从类继承的方法 net.minecraft.client.gui.components.ObjectSelectionList.Entry
updateNarration
从类继承的方法 net.minecraft.client.gui.components.AbstractSelectionList.Entry
isFocused, isMouseOver, render, 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
-
构造器详细资料
-
Entry
public Entry()
-
-
方法详细资料
-
getNarration
-
isSelected
public boolean isSelected() -
canSelect
public boolean canSelect() -
canReport
public boolean canReport() -
mouseClicked
public boolean mouseClicked(double p_377929_, double p_377504_, int p_377351_)
-