类 AbstractTestScreen.GroupableList.GroupEntry
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.GroupEntry
- 所有已实现的接口:
net.minecraft.client.gui.components.events.GuiEventListener
,net.minecraft.client.gui.components.TabOrderedElement
,net.minecraft.client.gui.narration.NarrationSupplier
protected final class AbstractTestScreen.GroupableList.GroupEntry
extends AbstractTestScreen.GroupableList.Entry
-
字段概要
字段修饰符和类型字段说明private final net.minecraft.client.gui.components.Button
private final Group
private final boolean
从接口继承的字段 net.minecraft.client.gui.components.events.GuiEventListener
DOUBLE_CLICK_THRESHOLD_MS
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明boolean
boolean
void
enable
(boolean enable) private Component
getTitle()
boolean
boolean
mouseClicked
(double pMouseX, double pMouseY, int pButton) private void
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
getNarration
从类继承的方法 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
-
字段详细资料
-
group
-
browseButton
private final net.minecraft.client.gui.components.Button browseButton -
isTitle
private final boolean isTitle
-
-
构造器详细资料
-
GroupEntry
-
GroupEntry
-
-
方法详细资料
-
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) -
getTitle
-
mouseClicked
public boolean mouseClicked(double pMouseX, double pMouseY, int pButton) - 指定者:
mouseClicked
在接口中net.minecraft.client.gui.components.events.GuiEventListener
- 覆盖:
mouseClicked
在类中AbstractTestScreen.GroupableList.Entry
-
openBrowseGUI
private void openBrowseGUI() -
isEnabled
public boolean isEnabled() -
canDisable
public boolean canDisable() -
canEnable
public boolean canEnable() -
enable
public void enable(boolean enable) -
reset
public void reset()
-