Class PaginatedMenu

All Implemented Interfaces:
UpdatingMenu, Menu<PaginatedMenu>, InventoryHolder

public final class PaginatedMenu extends AbstractMenu<PaginatedMenu>
This Menu class focuses on providing an easy way of creating a menu with multiple pages. This menu allows you to provide all the items you want to display, and it will automatically paginate them for you.
Pagination configuration is available by creating your own PaginationLayout or by modifying a pre-built one.