Interface ButtonMap

All Superinterfaces:
Initializable

public interface ButtonMap extends Initializable
The button map used by GUIHolder
  • Method Details

    • getButtons

      Map<Button,List<Integer>> getButtons(UUID uuid)
      Get the button-slot map for the unique id
      Parameters:
      uuid - the unique id
      Returns:
      the button-slot map
    • getDefaultButton

      default Button getDefaultButton(UUID uuid)
      Get the default button for the unique id
      Parameters:
      uuid - the unique id
      Returns:
      the default button