Package de.jvstvshd.necrify.common.util
Interface Paginator.PageProvider
- Enclosing class:
Paginator
public static interface Paginator.PageProvider
A provider for the pages of the paginator. This provider is called whenever a new page is requested.
Only the real page contents should be created here, no pagination logic should be implemented here.
This is handled by the paginator itself.
-
Method Summary
-
Method Details
-
createPage
net.kyori.adventure.text.Component createPage(int page)
-