Package dev.plex.menu.pagination
Class PageableMenu.Page
java.lang.Object
dev.plex.menu.AbstractMenu
dev.plex.menu.pagination.PageableMenu.Page
- Enclosing class:
PageableMenu<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.plex.menu.AbstractMenu
AbstractMenu.Rows
-
Field Summary
Modifier and TypeFieldDescriptionprivate ConditionalQuadConsumer
<org.bukkit.inventory.InventoryView, org.bukkit.inventory.Inventory, org.bukkit.entity.Player, org.bukkit.inventory.ItemStack> private PageableMenu
<?> Fields inherited from class dev.plex.menu.AbstractMenu
INVENTORIES
-
Constructor Summary
ModifierConstructorDescriptionprivate
Page
(String name, AbstractMenu.Rows rows) private
Page
(net.kyori.adventure.text.Component name, AbstractMenu.Rows rows) -
Method Summary
Modifier and TypeMethodDescriptionboolean
onClick
(org.bukkit.inventory.InventoryView view, org.bukkit.inventory.Inventory inventory, org.bukkit.entity.Player player, org.bukkit.inventory.ItemStack clicked) Methods inherited from class dev.plex.menu.AbstractMenu
open
-
Field Details
-
onClick
private ConditionalQuadConsumer<org.bukkit.inventory.InventoryView,org.bukkit.inventory.Inventory, onClickorg.bukkit.entity.Player, org.bukkit.inventory.ItemStack> -
parent
-
-
Constructor Details
-
Method Details
-
onClick
public boolean onClick(org.bukkit.inventory.InventoryView view, org.bukkit.inventory.Inventory inventory, org.bukkit.entity.Player player, org.bukkit.inventory.ItemStack clicked) - Specified by:
onClick
in classAbstractMenu
-