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