@NotNull Pagination |
Pagination.addLine(@NotNull net.kyori.adventure.text.Component line) |
Add a line to this pagination.
|
@NotNull Pagination |
Pagination.addLines(@NotNull List<net.kyori.adventure.text.Component> lines) |
Add lines to this pagination.
|
@NotNull Pagination |
Pagination.addLines(@NotNull net.kyori.adventure.text.Component... lines) |
Add lines to this pagination.
|
@NotNull Pagination |
Pagination.footer(@NotNull net.kyori.adventure.text.Component footer) |
Set the footer.
|
@NotNull Pagination |
Pagination.hoverTextColor(@NotNull net.kyori.adventure.text.format.TextColor hoverTextColor) |
Set the text color that will be used for hover text.
|
@NotNull Pagination |
Pagination.invalidButtonColor(@NotNull net.kyori.adventure.text.format.TextColor invalidButtonColor) |
Set the text color that will be used for invalid buttons.
|
@NotNull Pagination |
Pagination.linesPerPage(@org.jetbrains.annotations.Range(from=0L, to=2147483647L) int linesPerPage) |
Set the number of lines per page, not counting the header or footer.
|
@NotNull Pagination |
Pagination.maxChatWidth(@org.jetbrains.annotations.Range(from=0L, to=2147483647L) int maxChatWidth) |
Set the maximum amount of characters allowed per line.
|
@NotNull Pagination |
Pagination.nextPageButton(@NotNull net.kyori.adventure.text.Component nextPageButton) |
Set the component that will be used as a button for traveling to the next page.
|
@NotNull Pagination |
Pagination.pageCounterColor(@NotNull net.kyori.adventure.text.format.TextColor pageCounterColor) |
Set the text color that will be used for the page counter.
|
@NotNull Pagination |
Pagination.prevPageButton(@NotNull net.kyori.adventure.text.Component prevPageButton) |
Set the component that will be used as a button for traveling to the previous page.
|
@NotNull Pagination |
Pagination.validButtonColor(@NotNull net.kyori.adventure.text.format.TextColor validButtonColor) |
Set the text color that will be used for valid buttons.
|