Uses of Class
xyz.xenondevs.invui.item.impl.AbstractItem
-
Uses of AbstractItem in xyz.xenondevs.invui.item.impl
Modifier and TypeClassDescriptionclass
AnItem
that creates it'sItemProvider
asynchronously and displays a placeholderItemProvider
until the actualItemProvider
has been created.class
AnItem
that automatically cycles through a predefined array ofItemProvider
at a predefined speed.class
AnItem
that updates itsItemProvider
every specified amount of ticks.class
AnItem
that will force a player to run a command or say something in the chat when clicked.class
AnItem
that cycles through a predefined array ofItemProvider
s when clicked.class
A simpleItem
that does nothing.class
-
Uses of AbstractItem in xyz.xenondevs.invui.item.impl.controlitem
Modifier and TypeClassDescriptionclass
ControlItem<G extends Gui>
class
Switches between pages in aAbstractPagedGui
class
Scrolls in aAbstractScrollGui
class
Switches between tabs in aAbstractTabGui