Uses of Class
org.bukkit.util.ChatPaginator.ChatPage
Package
Description
Multi and single purpose classes to facilitate various programmatic
concepts.
-
Uses of ChatPaginator.ChatPage in org.bukkit.util
Modifier and TypeMethodDescriptionstatic @NotNull ChatPaginator.ChatPage
Breaks a raw string up into pages using the default width and height.static @NotNull ChatPaginator.ChatPage
ChatPaginator.paginate
(@Nullable String unpaginatedString, int pageNumber, int lineLength, int pageHeight) Breaks a raw string up into pages using a provided width and height.