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) BukkitGUIDisplay.setForceUpdate(boolean forceUpdate) Should the display force the viewers to update their inventoryMethods in me.hsgamer.hscore.bukkit.gui that return types with arguments of type BukkitGUIDisplayModifier and TypeMethodDescriptionBiFunction<BukkitGUIDisplay,UUID, org.bukkit.inventory.Inventory> BukkitGUIHolder.getInventoryFunction()Get the inventory functionMethods in me.hsgamer.hscore.bukkit.gui with parameters of type BukkitGUIDisplayModifier and TypeMethodDescriptionprotected voidBukkitGUIHolder.onRemoveDisplay(@NotNull BukkitGUIDisplay display) Method parameters in me.hsgamer.hscore.bukkit.gui with type arguments of type BukkitGUIDisplayModifier and TypeMethodDescriptionprotected voidBukkitGUIHolder.closeAll(List<BukkitGUIDisplay> displays) voidBukkitGUIHolder.setInventoryFunction(BiFunction<BukkitGUIDisplay, UUID, org.bukkit.inventory.Inventory> inventoryFunction) Set the inventory function