Uses of Enum
de.marcely.bedwars.api.event.player.PlayerOpenArenaEditorInSetupGUI.ButtonCategory
-
Uses of PlayerOpenArenaEditorInSetupGUI.ButtonCategory in de.marcely.bedwars.api.event.player
Modifier and TypeMethodDescriptionPlayerOpenArenaEditorInSetupGUI.Button.getCategory()
Returns the category in which this button is inside.Returns the enum constant of this type with the specified name.PlayerOpenArenaEditorInSetupGUI.ButtonCategory.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionPlayerOpenArenaEditorInSetupGUI.construct
(Plugin plugin, PlayerOpenArenaEditorInSetupGUI.ButtonCategory category, PlayerOpenArenaEditorInSetupGUI.ButtonType type, ItemStack icon, ClickListener listener) Constructs a new button on which players will be able to click on.PlayerOpenArenaEditorInSetupGUI.constructSpliterator
(Plugin plugin, PlayerOpenArenaEditorInSetupGUI.ButtonCategory category) Constructs a spliterator.PlayerOpenArenaEditorInSetupGUI.getButtons
(PlayerOpenArenaEditorInSetupGUI.ButtonCategory category) Returns all buttons that were added to a specific category.