Class ControlItem<G extends Gui>

java.lang.Object
xyz.xenondevs.invui.item.impl.AbstractItem
xyz.xenondevs.invui.item.impl.controlitem.ControlItem<G>
Type Parameters:
G - The Gui Type this ControlItem will control. Not checked when adding it to a Gui.
All Implemented Interfaces:
Item
Direct Known Subclasses:
PageItem, ScrollItem, TabItem

public abstract class ControlItem<G extends Gui> extends AbstractItem
A special type of Item that stores the Gui in which it is displayed.
  • Constructor Details

    • ControlItem

      public ControlItem()
  • Method Details