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 BukkitGUIDisplayBukkitGUIHolder.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 forBukkitGUIDisplayFunction<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 voidBukkitGUIHolder.closeAll(List<BukkitGUIDisplay> displays) voidBukkitGUIHolder.setInventoryFunction(Function<BukkitGUIDisplay, org.bukkit.inventory.Inventory> inventoryFunction) Set the inventory function