类 AbstractTestScreen.GroupableList.TestEntry
java.lang.Object
net.minecraft.client.gui.components.ObjectSelectionList.Entry<AbstractTestScreen.GroupableList.Entry>
net.neoforged.testframework.client.AbstractTestScreen.GroupableList.Entry
net.neoforged.testframework.client.AbstractTestScreen.GroupableList.TestEntry
- 所有已实现的接口:
net.minecraft.client.gui.components.events.GuiEventListener
,net.minecraft.client.gui.components.TabOrderedElement
,net.minecraft.client.gui.narration.NarrationSupplier
protected final class AbstractTestScreen.GroupableList.TestEntry
extends AbstractTestScreen.GroupableList.Entry
-
字段概要
字段从接口继承的字段 net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明void
enable
(boolean enable) boolean
void
render
(net.minecraft.client.gui.GuiGraphics graphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pIsMouseOver, float pPartialTick) protected void
renderTooltips
(net.minecraft.client.gui.GuiGraphics graphics, int mouseX, int mouseY) void
reset()
从类继承的方法 net.neoforged.testframework.client.AbstractTestScreen.GroupableList.Entry
canDisable, canEnable, getNarration, mouseClicked
从类继承的方法 net.minecraft.client.gui.components.ObjectSelectionList.Entry
updateNarration
从类继承的方法 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
-
字段详细资料
-
test
-
-
构造器详细资料
-
TestEntry
-
-
方法详细资料
-
render
public void render(net.minecraft.client.gui.GuiGraphics graphics, int pIndex, int pTop, int pLeft, int pWidth, int pHeight, int pMouseX, int pMouseY, boolean pIsMouseOver, float pPartialTick) -
renderTooltips
protected void renderTooltips(net.minecraft.client.gui.GuiGraphics graphics, int mouseX, int mouseY) -
isEnabled
public boolean isEnabled() -
enable
public void enable(boolean enable) -
reset
public void reset()
-