类 AbstractTestScreen.GroupableList.Entry

java.lang.Object
net.minecraft.client.gui.components.ObjectSelectionList.Entry<AbstractTestScreen.GroupableList.Entry>
net.neoforged.testframework.client.AbstractTestScreen.GroupableList.Entry
所有已实现的接口:
net.minecraft.client.gui.components.events.GuiEventListener, net.minecraft.client.gui.components.TabOrderedElement, net.minecraft.client.gui.narration.NarrationSupplier
直接已知子类:
AbstractTestScreen.GroupableList.GroupEntry, AbstractTestScreen.GroupableList.TestEntry
封闭类:
AbstractTestScreen.GroupableList

protected abstract sealed class AbstractTestScreen.GroupableList.Entry extends net.minecraft.client.gui.components.ObjectSelectionList.Entry<AbstractTestScreen.GroupableList.Entry> permits AbstractTestScreen.GroupableList.TestEntry, AbstractTestScreen.GroupableList.GroupEntry
  • 字段概要

    从接口继承的字段 net.minecraft.client.gui.components.events.GuiEventListener

    DOUBLE_CLICK_THRESHOLD_MS
  • 构造器概要

    构造器
    限定符
    构造器
    说明
    protected
     
  • 方法概要

    修饰符和类型
    方法
    说明
    boolean
     
    boolean
     
    abstract void
    enable(boolean enable)
     
     
    abstract boolean
     
    boolean
    mouseClicked(double pMouseX, double pMouseY, int pButton)
     
    protected void
    renderTooltips(net.minecraft.client.gui.GuiGraphics graphics, int mouseX, int mouseY)
     
    abstract void
     

    从类继承的方法 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
  • 构造器详细资料

    • Entry

      protected Entry()
  • 方法详细资料

    • getNarration

      public Component getNarration()
      指定者:
      getNarration 在类中 net.minecraft.client.gui.components.ObjectSelectionList.Entry<AbstractTestScreen.GroupableList.Entry>
    • isEnabled

      public abstract boolean isEnabled()
    • canDisable

      public boolean canDisable()
    • canEnable

      public boolean canEnable()
    • enable

      public abstract void enable(boolean enable)
    • reset

      public abstract void reset()
    • mouseClicked

      public boolean mouseClicked(double pMouseX, double pMouseY, int pButton)
      指定者:
      mouseClicked 在接口中 net.minecraft.client.gui.components.events.GuiEventListener
      覆盖:
      mouseClicked 在类中 net.minecraft.client.gui.components.ObjectSelectionList.Entry<AbstractTestScreen.GroupableList.Entry>
    • renderTooltips

      protected void renderTooltips(net.minecraft.client.gui.GuiGraphics graphics, int mouseX, int mouseY)