Class AbstractTestScreen.GroupableList.Entry

All Implemented Interfaces:
GuiEventListener, TabOrderedElement, NarrationSupplier
Direct Known Subclasses:
AbstractTestScreen.GroupableList.GroupEntry, AbstractTestScreen.GroupableList.TestEntry
Enclosing class:
AbstractTestScreen.GroupableList

  • Constructor Details

    • Entry

      protected Entry()
  • Method Details

    • getNarration

      public Component getNarration()
      Specified by:
      getNarration in class 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)
    • renderTooltips

      protected void renderTooltips(GuiGraphics poseStack, int mouseX, int mouseY)