public static interface TextService.PaginationBuilder<TString,TCommandSource>
TextService.PaginationBuilder<TString,TCommandSource> contents(TString... contents)
TextService.PaginationBuilder.contents - The contents to setthisTextService.PaginationBuilder<TString,TCommandSource> contents(java.lang.Iterable<TString> contents)
TextService.PaginationBuilder.contents - The contents to setthisTextService.PaginationBuilder<TString,TCommandSource> title(@Nullable TString title)
TextService.PaginationBuilder.title - The title to set, should be exactly one linethisTextService.PaginationBuilder<TString,TCommandSource> title(@Nullable @Nullable TextService.Builder<TString,TCommandSource> title)
TextService.PaginationBuilder.title - The title to set, should be exactly one linethisTextService.PaginationBuilder<TString,TCommandSource> header(@Nullable TString header)
TextService.PaginationBuilder.
If the header is not specified, or passed in as null,
it will be omitted when displaying this pagination.
header - The header to setthisTextService.PaginationBuilder<TString,TCommandSource> header(@Nullable @Nullable TextService.Builder<TString,TCommandSource> header)
TextService.PaginationBuilder.
If the header is not specified, or passed in as null,
it will be omitted when displaying this pagination.
header - The header to setthisTextService.PaginationBuilder<TString,TCommandSource> footer(@Nullable TString footer)
TextService.PaginationBuilder.
If the footer is not specified, or passed in as null,
it will be omitted when displaying this pagination.
footer - The footer to setthisTextService.PaginationBuilder<TString,TCommandSource> footer(@Nullable @Nullable TextService.Builder<TString,TCommandSource> footer)
TextService.PaginationBuilder.
If the footer is not specified, or passed in as null,
it will be omitted when displaying this pagination.
footer - The footer to setthisTextService.PaginationBuilder<TString,TCommandSource> padding(TString padding)
TextService.PaginationBuilder.padding - The padding to setthisTextService.PaginationBuilder<TString,TCommandSource> padding(TextService.Builder<TString,TCommandSource> padding)
TextService.PaginationBuilder.padding - The padding to setthisTextService.PaginationBuilder<TString,TCommandSource> linesPerPage(int linesPerPge)
TextService.PaginationBuilder.linesPerPge - The lines per page to setthisjava.lang.IllegalArgumentException - If linesPerPage < 1TextService.Pagination<TString,TCommandSource> build()
TextService.Pagination from this builderTextService.Pagination