Uses of Class
xyz.xenondevs.invui.gui.AbstractGui
Packages that use AbstractGui
-
Uses of AbstractGui in xyz.xenondevs.invui.gui
Subclasses of AbstractGui in xyz.xenondevs.invui.gui -
Uses of AbstractGui in xyz.xenondevs.invui.window
Methods in xyz.xenondevs.invui.window that return AbstractGuiModifier and TypeMethodDescriptionAbstractSingleWindow.getGui()Gets theGuiused for thisAbstractSingleWindow.AbstractMergedWindow.getGuis()AbstractSingleWindow.getGuis()AbstractSplitWindow.getGuis()protected abstract AbstractGui[]AbstractWindow.getGuis()Methods in xyz.xenondevs.invui.window that return types with arguments of type AbstractGuiModifier and TypeMethodDescriptionprotected Pair<AbstractGui, Integer> AbstractMergedWindow.getGuiAt(int index) protected Pair<AbstractGui, Integer> AbstractSingleWindow.getGuiAt(int index) protected Pair<AbstractGui, Integer> AbstractSplitWindow.getGuiAt(int index) protected abstract Pair<AbstractGui, Integer> AbstractWindow.getGuiAt(int index) Gets theAbstractGuiat the given index.protected abstract Pair<AbstractGui, Integer> AbstractDoubleWindow.getWhereClicked(org.bukkit.event.inventory.InventoryClickEvent event) Gets theAbstractGuiand the slot where the player clicked, based on the givenInventoryClickEvent.protected Pair<AbstractGui, Integer> AbstractMergedWindow.getWhereClicked(org.bukkit.event.inventory.InventoryClickEvent event) protected Pair<AbstractGui, Integer> AbstractSplitWindow.getWhereClicked(org.bukkit.event.inventory.InventoryClickEvent event) Constructors in xyz.xenondevs.invui.window with parameters of type AbstractGuiModifierConstructorDescriptionAbstractMergedWindow(org.bukkit.entity.Player player, xyz.xenondevs.inventoryaccess.component.ComponentWrapper title, AbstractGui gui, org.bukkit.inventory.Inventory upperInventory, boolean closeable) Creates a newAbstractMergedWindow.AbstractSingleWindow(org.bukkit.entity.Player viewer, xyz.xenondevs.inventoryaccess.component.ComponentWrapper title, AbstractGui gui, org.bukkit.inventory.Inventory inventory, boolean closeable) Creates a newAbstractSingleWindow.AbstractSplitWindow(org.bukkit.entity.Player player, xyz.xenondevs.inventoryaccess.component.ComponentWrapper title, AbstractGui upperGui, AbstractGui lowerGui, org.bukkit.inventory.Inventory upperInventory, boolean closeable) Creates a newAbstractSplitWindow.