Interface ButtonMap
- All Superinterfaces:
Initializable
The button map used by
GUIHolder-
Method Summary
Modifier and TypeMethodDescriptiongetButtons(UUID uuid) Get the button-slot map for the unique iddefault ButtongetDefaultButton(UUID uuid) Get the default button for the unique idMethods inherited from interface me.hsgamer.hscore.ui.property.Initializable
init, stop
-
Method Details
-
getButtons
Get the button-slot map for the unique id- Parameters:
uuid- the unique id- Returns:
- the button-slot map
-
getDefaultButton
Get the default button for the unique id- Parameters:
uuid- the unique id- Returns:
- the default button
-