nyxx_pagination library Null safety

Pagination module for nyxx. Allows creating paginated and interactive content in message. Uses nyxx_interactions to handle pagination in message.

Classes

ComponentPaginationAbstract
Base component paginator. If don't want custom behavior on page update use ComponentPaginationBase.
ComponentPaginationBase
Base class for custom interaction paginator. getMessageBuilderForPage needs to be implemented in order to work.
EmbedComponentPagination
Paginator where each page is embed
IPagination<T, S extends MessageBuilder>
Base interface for implementing pagination
SimpleComponentPagination
Paginator where each page is message content