Uses of Class
me.hsgamer.hscore.bukkit.gui.holder.BukkitGUIHolder
Packages that use BukkitGUIHolder
Package
Description
The classes for the holder of the Bukkit GUI
Contains the listeners for the GUI holder
-
Uses of BukkitGUIHolder in me.hsgamer.hscore.bukkit.gui.holder
Constructor parameters in me.hsgamer.hscore.bukkit.gui.holder with type arguments of type BukkitGUIHolderModifierConstructorDescriptionBukkitGUIHolder(UUID viewerID, Function<BukkitGUIHolder, org.bukkit.inventory.Inventory> inventoryFunction) Create a new holder -
Uses of BukkitGUIHolder in me.hsgamer.hscore.bukkit.gui.holder.listener
Methods in me.hsgamer.hscore.bukkit.gui.holder.listener that return BukkitGUIHolderModifier and TypeMethodDescriptionprotected abstract @Nullable BukkitGUIHolderBukkitInventoryListener.getHolder(org.bukkit.inventory.Inventory inventory) Get the holder from the inventoryprotected @Nullable BukkitGUIHolderHolderBukkitInventoryListener.getHolder(org.bukkit.inventory.Inventory inventory) Methods in me.hsgamer.hscore.bukkit.gui.holder.listener that return types with arguments of type BukkitGUIHolderModifier and TypeMethodDescriptionFunction<BukkitGUIHolder, org.bukkit.inventory.Inventory> HolderBukkitInventoryListener.create(BiFunction<UUID, org.bukkit.inventory.InventoryHolder, org.bukkit.inventory.Inventory> inventoryFunction) Create an inventory function to create the inventoryFunction<BukkitGUIHolder, org.bukkit.inventory.Inventory> HolderBukkitInventoryListener.create(Function<UUID, org.bukkit.event.inventory.InventoryType> inventoryTypeFunction, Function<UUID, Integer> sizeFunction, Function<UUID, String> titleFunction) Create an inventory function to create the inventory