类 ObjectSelectionList.Entry<E extends ObjectSelectionList.Entry<E>>
java.lang.Object
net.minecraft.client.gui.components.AbstractSelectionList.Entry<E>
net.minecraft.client.gui.components.ObjectSelectionList.Entry<E>
- 所有已实现的接口:
GuiEventListener
,TabOrderedElement
,NarrationSupplier
- 直接已知子类:
ChatSelectionScreen.ChatSelectionList.Entry
,ConfirmExperimentalFeaturesScreen.DetailsScreen.PackListEntry
,CreateBuffetWorldScreen.BiomeList.Entry
,CreateFlatWorldScreen.DetailsList.Entry
,LanguageSelectScreen.LanguageSelectionList.Entry
,LoadingErrorScreen.LoadingEntryList.LoadingMessageEntry
,ModListWidget.ModEntry
,PresetFlatWorldScreen.PresetsList.Entry
,RealmsBackupInfoScreen.BackupInfoListEntry
,RealmsMainScreen.Entry
,RealmsPendingInvitesScreen.Entry
,RealmsSelectFileToUploadScreen.Entry
,RealmsSelectWorldTemplateScreen.Entry
,ReportReasonSelectionScreen.ReasonSelectionList.Entry
,ServerSelectionList.Entry
,StatsScreen.GeneralStatisticsList.Entry
,StatsScreen.ItemStatisticsList.ItemRow
,StatsScreen.MobsStatisticsList.MobRow
,TransferableSelectionList.PackEntry
,WorldSelectionList.Entry
- 封闭类:
ObjectSelectionList<E extends ObjectSelectionList.Entry<E>>
public abstract static class ObjectSelectionList.Entry<E extends ObjectSelectionList.Entry<E>>
extends AbstractSelectionList.Entry<E>
implements NarrationSupplier
-
字段概要
从类继承的字段 net.minecraft.client.gui.components.AbstractSelectionList.Entry
list
从接口继承的字段 net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明abstract Component
boolean
mouseClicked
(double p_333902_, double p_331922_, int p_328634_) void
updateNarration
(NarrationElementOutput p_169044_) 从类继承的方法 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
-
mouseClicked
public boolean mouseClicked(double p_333902_, double p_331922_, int p_328634_) - 指定者:
mouseClicked
在接口中GuiEventListener
-
updateNarration
- 指定者:
updateNarration
在接口中NarrationSupplier
-