Interface ButtonMap
- All Superinterfaces:
Initializable
- All Known Implementing Classes:
AdvancedButtonMap
,SimpleButtonMap
The button map used by
GUIHolder
-
Method Summary
Modifier and TypeMethodDescription@NotNull Map<@NotNull Integer,
@NotNull DisplayButton> getButtons
(@NotNull UUID uuid, InventorySize inventorySize) Get the button map that is ready to be displayed to the unique idMethods inherited from interface me.hsgamer.hscore.ui.property.Initializable
init, stop
-
Method Details
-
getButtons
@NotNull @NotNull Map<@NotNull Integer,@NotNull DisplayButton> getButtons(@NotNull @NotNull UUID uuid, InventorySize inventorySize) Get the button map that is ready to be displayed to the unique id- Parameters:
uuid
- the unique idinventorySize
- the size of the inventory- Returns:
- the button map
-