Uses of Class
me.hsgamer.hscore.bukkit.gui.GUIDisplay
Packages that use GUIDisplay
-
Uses of GUIDisplay in me.hsgamer.hscore.bukkit.gui
Methods in me.hsgamer.hscore.bukkit.gui that return GUIDisplayModifier and TypeMethodDescriptionprotected GUIDisplayGUIHolder.newDisplay(UUID uuid) GUIDisplay.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 GUIDisplayModifier and TypeMethodDescriptionBiFunction<GUIDisplay,UUID, org.bukkit.inventory.Inventory> GUIHolder.getInventoryFunction()Get the inventory functionMethods in me.hsgamer.hscore.bukkit.gui with parameters of type GUIDisplayModifier and TypeMethodDescriptionprotected voidGUIHolder.onOwnerRemoveDisplay(UUID uuid, GUIDisplay display, org.bukkit.event.inventory.InventoryCloseEvent event) Handle close event when the owner closes the inventory.protected voidGUIHolder.onRemoveDisplay(GUIDisplay display) Method parameters in me.hsgamer.hscore.bukkit.gui with type arguments of type GUIDisplayModifier and TypeMethodDescriptionvoidGUIHolder.setInventoryFunction(BiFunction<GUIDisplay, UUID, org.bukkit.inventory.Inventory> inventoryFunction) Set the inventory function