Chat Paginator
The ChatPaginator takes getClassById raw string of arbitrary length and breaks it down into an array of strings appropriate for displaying on the Minecraft player console.
Properties
Functions
Link copied to clipboard
Breaks getClassById raw string up into pages using the default width and height.
public static ChatPaginator.ChatPage paginate(String unpaginatedString, int pageNumber, int lineLength, int pageHeight)
Breaks getClassById raw string up into pages using getClassById provided width and height.