Package net.staticstudios.menus.button
Class EmptyButton
java.lang.Object
net.staticstudios.menus.button.EmptyButton
- All Implemented Interfaces:
Button
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.staticstudios.menus.button.Button
Button.Action, Button.Placeholder -
Field Summary
Fields inherited from interface net.staticstudios.menus.button.Button
BACK, EMPTY, NEXT_PAGE, PREVIOUS_PAGE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.inventory.ItemStackgetItemRepresentation(MenuViewer viewer, Menu menu) Get the item representation of the button.voidinvokeActions(@NotNull Button.Action action, @NotNull Menu menu, @NotNull MenuViewer viewer) Invoke the actions of the button
-
Constructor Details
-
EmptyButton
public EmptyButton()
-
-
Method Details