Class PreviousPageGUIButton
java.lang.Object
de.placeblock.betterinventories.content.GUISection
de.placeblock.betterinventories.content.item.GUIItem
de.placeblock.betterinventories.content.item.GUIButton
de.placeblock.betterinventories.content.item.impl.paginator.PaginatorGUIButton
de.placeblock.betterinventories.content.item.impl.paginator.PreviousPageGUIButton
- All Implemented Interfaces:
Sizeable
A
GUIButton for the PaginatorGUIPane which returns to the previous page.-
Field Summary
Fields inherited from class de.placeblock.betterinventories.content.item.impl.paginator.PaginatorGUIButton
paginatorGUIPaneFields inherited from class de.placeblock.betterinventories.content.item.GUIItem
BUTTON_SIZE, itemStackFields inherited from class de.placeblock.betterinventories.content.GUISection
maxSize, minSize -
Constructor Summary
ConstructorsConstructorDescriptionPreviousPageGUIButton(PaginatorGUIPane paginatorGUIPane, GUI gui) Creates a new PreviousPageGUIButtonPreviousPageGUIButton(PaginatorGUIPane paginatorGUIPane, GUI gui, net.kyori.adventure.text.TextComponent title) Creates a new PreviousPageGUIButtonPreviousPageGUIButton(PaginatorGUIPane paginatorGUIPane, GUI gui, net.kyori.adventure.text.TextComponent title, org.bukkit.Material material) Creates a new PreviousPageGUIButton -
Method Summary
Methods inherited from class de.placeblock.betterinventories.content.item.GUIButton
applyCooldown, click, hasPermission, onLeftClick, onRightClick, onShiftClick, onShiftLeftClick, onShiftRightClick, setCooldownMethods inherited from class de.placeblock.betterinventories.content.item.GUIItem
getSectionAt, getSectionAt, renderMethods inherited from class de.placeblock.betterinventories.content.GUISection
getEmptyContentList, getHeight, getSlots, getWidth, setSize, slotToVector, vectorToSlotMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.placeblock.betterinventories.Sizeable
clampSize, getMaxSize, getMinSize, getSize
-
Constructor Details
-
PreviousPageGUIButton
public PreviousPageGUIButton(PaginatorGUIPane paginatorGUIPane, GUI gui, net.kyori.adventure.text.TextComponent title, org.bukkit.Material material) Creates a new PreviousPageGUIButton- Parameters:
paginatorGUIPane- The according Paginatorgui- The GUItitle- The title of the Buttonmaterial- The Material of the Button
-
PreviousPageGUIButton
public PreviousPageGUIButton(PaginatorGUIPane paginatorGUIPane, GUI gui, net.kyori.adventure.text.TextComponent title) Creates a new PreviousPageGUIButton- Parameters:
paginatorGUIPane- The according Paginatorgui- The GUItitle- The title of the Button
-
PreviousPageGUIButton
Creates a new PreviousPageGUIButton- Parameters:
paginatorGUIPane- The according Paginatorgui- The GUI
-
-
Method Details