类 WorldSelectionList.Entry
java.lang.Object
net.minecraft.client.gui.components.AbstractSelectionList.Entry<WorldSelectionList.Entry>
net.minecraft.client.gui.components.ObjectSelectionList.Entry<WorldSelectionList.Entry>
net.minecraft.client.gui.screens.worldselection.WorldSelectionList.Entry
- 所有已实现的接口:
AutoCloseable
,GuiEventListener
,TabOrderedElement
,NarrationSupplier
- 封闭类:
WorldSelectionList
public abstract static class WorldSelectionList.Entry
extends ObjectSelectionList.Entry<WorldSelectionList.Entry>
implements AutoCloseable
-
字段概要
从类继承的字段 net.minecraft.client.gui.components.AbstractSelectionList.Entry
list
从接口继承的字段 net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
构造器概要
构造器 -
方法概要
从类继承的方法 net.minecraft.client.gui.components.ObjectSelectionList.Entry
getNarration, mouseClicked, 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()
-
-
方法详细资料
-
close
public void close()- 指定者:
close
在接口中AutoCloseable
-