Uses of Enum
de.marcely.bedwars.api.event.player.PlayerOpenArenaEditorInSetupGUI.ButtonCategory
Packages that use PlayerOpenArenaEditorInSetupGUI.ButtonCategory
- 
Uses of PlayerOpenArenaEditorInSetupGUI.ButtonCategory in de.marcely.bedwars.api.event.playerMethods in de.marcely.bedwars.api.event.player that return PlayerOpenArenaEditorInSetupGUI.ButtonCategoryModifier 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.Methods in de.marcely.bedwars.api.event.player with parameters of type PlayerOpenArenaEditorInSetupGUI.ButtonCategoryModifier 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.