Package net.staticstudios.menus.button
Class PreviousPageButton
java.lang.Object
net.staticstudios.menus.button.PreviousPageButton
- 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 TypeMethodDescription@Nullable org.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
-
PreviousPageButton
protected PreviousPageButton()
-
-
Method Details