Uses of Interface
xyz.xenondevs.invui.gui.GuiParent
Packages that use GuiParent
-
Uses of GuiParent in xyz.xenondevs.invui.gui
Classes in xyz.xenondevs.invui.gui that implement GuiParentModifier and TypeClassDescriptionclass
The abstract base class of allGui
implementations.class
AGui
with pages.class
A scrollableGui
class
AGui
with tabs.Methods in xyz.xenondevs.invui.gui that return types with arguments of type GuiParentModifier and TypeMethodDescriptionAbstractGui.getParents()
Gets allGuiParents
of thisAbstractGui
.Methods in xyz.xenondevs.invui.gui with parameters of type GuiParentModifier and TypeMethodDescriptionvoid
Adds aGuiParent
to thisAbstractGui
.void
AbstractGui.removeParent
(@NotNull GuiParent parent) Removes aGuiParent
from thisAbstractGui
. -
Uses of GuiParent in xyz.xenondevs.invui.window
Classes in xyz.xenondevs.invui.window that implement GuiParent