Class NextPageGUIButton
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.NextPageGUIButton
- All Implemented Interfaces:
Sizeable
A
GUIButton for the PaginatorGUIPane which skips to the next page.-
Nested Class Summary
Nested classes/interfaces inherited from class de.placeblock.betterinventories.content.GUISection
GUISection.SearchData -
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
ConstructorsConstructorDescriptionNextPageGUIButton(PaginatorGUIPane paginatorGUIPane, GUI gui) Creates a new NextPageGUIButtonNextPageGUIButton(PaginatorGUIPane paginatorGUIPane, GUI gui, net.kyori.adventure.text.TextComponent title) Creates a new NextPageGUIButtonNextPageGUIButton(PaginatorGUIPane paginatorGUIPane, GUI gui, net.kyori.adventure.text.TextComponent title, org.bukkit.Material material) Creates a new NextPageGUIButton -
Method Summary
Methods inherited from class de.placeblock.betterinventories.content.item.GUIButton
applyCooldown, click, hasPermission, onItemClick, onLeftClick, onRightClick, onShiftClick, onShiftLeftClick, onShiftRightClick, setCooldownMethods inherited from class de.placeblock.betterinventories.content.item.GUIItem
onItemAdd, onItemAmount, onItemRemove, render, search, searchMethods 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
-
NextPageGUIButton
public NextPageGUIButton(PaginatorGUIPane paginatorGUIPane, GUI gui, net.kyori.adventure.text.TextComponent title, org.bukkit.Material material) Creates a new NextPageGUIButton- Parameters:
paginatorGUIPane- The according paginatorgui- The GUItitle- The title of the Buttonmaterial- The material of the Button
-
NextPageGUIButton
public NextPageGUIButton(PaginatorGUIPane paginatorGUIPane, GUI gui, net.kyori.adventure.text.TextComponent title) Creates a new NextPageGUIButton- Parameters:
paginatorGUIPane- The according paginatorgui- The GUItitle- The title of the Button
-
NextPageGUIButton
Creates a new NextPageGUIButton- Parameters:
paginatorGUIPane- The according paginatorgui- The GUI
-
-
Method Details