Uses of Class
me.hsgamer.hscore.bukkit.gui.BukkitGUIDisplay
Packages that use BukkitGUIDisplay
-
Uses of BukkitGUIDisplay in me.hsgamer.hscore.bukkit.gui
Methods in me.hsgamer.hscore.bukkit.gui that return BukkitGUIDisplayModifier and TypeMethodDescriptionprotected @NotNull BukkitGUIDisplay
BukkitGUIHolder.newDisplay
(UUID uuid) Methods in me.hsgamer.hscore.bukkit.gui that return types with arguments of type BukkitGUIDisplayModifier and TypeMethodDescriptionstatic Function<BukkitGUIDisplay,
org.bukkit.inventory.Inventory> BukkitGUIUtils.getDefaultInventoryFunction()
Get the default inventory function forBukkitGUIDisplay
Function<BukkitGUIDisplay,
org.bukkit.inventory.Inventory> BukkitGUIHolder.getInventoryFunction()
Get the inventory functionstatic Function<BukkitGUIDisplay,
org.bukkit.inventory.Inventory> BukkitGUIUtils.getInventoryFunctionFromTitle
(Function<UUID, String> titleFunction) Get the inventory function from the title functionMethod parameters in me.hsgamer.hscore.bukkit.gui with type arguments of type BukkitGUIDisplayModifier and TypeMethodDescriptionprotected void
BukkitGUIHolder.closeAll
(List<BukkitGUIDisplay> displays) void
BukkitGUIHolder.setInventoryFunction
(Function<BukkitGUIDisplay, org.bukkit.inventory.Inventory> inventoryFunction) Set the inventory function