JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
B
C
D
G
L
N
P
R
S
W
B
build(Component, Pagination.Renderer.RowRenderer<T>, Pagination.PageCommandFunction)
- Method in interface net.kyori.text.feature.pagination.
Pagination.Builder
Builds.
builder()
- Static method in interface net.kyori.text.feature.pagination.
Pagination
Creates a pagination builder.
C
character(char)
- Method in interface net.kyori.text.feature.pagination.
Pagination.Builder.CharacterAndStyle
Sets the character.
D
DEFAULT_RENDERER
- Static variable in interface net.kyori.text.feature.pagination.
Pagination
The default interface renderer.
G
GRAY_FORWARD_SLASH
- Static variable in interface net.kyori.text.feature.pagination.
Pagination.Renderer
GRAY_LEFT_ROUND_BRACKET
- Static variable in interface net.kyori.text.feature.pagination.
Pagination.Renderer
GRAY_LEFT_SQUARE_BRACKET
- Static variable in interface net.kyori.text.feature.pagination.
Pagination.Renderer
GRAY_RIGHT_ROUND_BRACKET
- Static variable in interface net.kyori.text.feature.pagination.
Pagination.Renderer
GRAY_RIGHT_SQUARE_BRACKET
- Static variable in interface net.kyori.text.feature.pagination.
Pagination.Renderer
L
line(Consumer<Pagination.Builder.CharacterAndStyle>)
- Method in interface net.kyori.text.feature.pagination.
Pagination.Builder
Sets the line character and style.
LINE_CHARACTER
- Static variable in interface net.kyori.text.feature.pagination.
Pagination
The default line character.
LINE_STYLE
- Static variable in interface net.kyori.text.feature.pagination.
Pagination
The default line style.
N
net.kyori.text.feature.pagination
- package net.kyori.text.feature.pagination
NEXT_PAGE_BUTTON_CHARACTER
- Static variable in interface net.kyori.text.feature.pagination.
Pagination
The default character for the next page button.
NEXT_PAGE_BUTTON_STYLE
- Static variable in interface net.kyori.text.feature.pagination.
Pagination
The default style for the next page button.
nextButton(Consumer<Pagination.Builder.CharacterAndStyle>)
- Method in interface net.kyori.text.feature.pagination.
Pagination.Builder
Sets the next button.
P
pageCommand(int)
- Method in interface net.kyori.text.feature.pagination.
Pagination.PageCommandFunction
Gets the command to display the page.
Pagination
<
T
> - Interface in
net.kyori.text.feature.pagination
Pagination.
Pagination.Builder
- Interface in
net.kyori.text.feature.pagination
A pagination builder.
Pagination.Builder.CharacterAndStyle
- Interface in
net.kyori.text.feature.pagination
A builder for a character and style pair.
Pagination.PageCommandFunction
- Interface in
net.kyori.text.feature.pagination
A page command function.
Pagination.Renderer
- Interface in
net.kyori.text.feature.pagination
A pagination renderer.
Pagination.Renderer.RowRenderer
<
T
> - Interface in
net.kyori.text.feature.pagination
A row renderer.
PREVIOUS_PAGE_BUTTON_CHARACTER
- Static variable in interface net.kyori.text.feature.pagination.
Pagination
The default character for the previous page button.
PREVIOUS_PAGE_BUTTON_STYLE
- Static variable in interface net.kyori.text.feature.pagination.
Pagination
The default style for the next page button.
previousButton(Consumer<Pagination.Builder.CharacterAndStyle>)
- Method in interface net.kyori.text.feature.pagination.
Pagination.Builder
Sets the previous button.
R
render(Collection<? extends T>, int)
- Method in interface net.kyori.text.feature.pagination.
Pagination
Renders.
renderEmpty()
- Method in interface net.kyori.text.feature.pagination.
Pagination.Renderer
Renders an empty result.
renderer(Pagination.Renderer)
- Method in interface net.kyori.text.feature.pagination.
Pagination.Builder
Sets the renderer.
renderHeader(Component, int, int)
- Method in interface net.kyori.text.feature.pagination.
Pagination.Renderer
Renders a header.
renderNextPageButton(char, Style, ClickEvent)
- Method in interface net.kyori.text.feature.pagination.
Pagination.Renderer
Renders a next page button.
renderPreviousPageButton(char, Style, ClickEvent)
- Method in interface net.kyori.text.feature.pagination.
Pagination.Renderer
Renders a previous page button.
renderRow(T, int)
- Method in interface net.kyori.text.feature.pagination.
Pagination.Renderer.RowRenderer
Renders a row.
renderUnknownPage(int, int)
- Method in interface net.kyori.text.feature.pagination.
Pagination.Renderer
Renders an unknown page.
RESULTS_PER_PAGE
- Static variable in interface net.kyori.text.feature.pagination.
Pagination
The default number of results per page.
resultsPerPage(int)
- Method in interface net.kyori.text.feature.pagination.
Pagination.Builder
Sets the number of results per page.
S
style(Style)
- Method in interface net.kyori.text.feature.pagination.
Pagination.Builder.CharacterAndStyle
Sets the style.
W
width(int)
- Method in interface net.kyori.text.feature.pagination.
Pagination.Builder
Sets the width.
WIDTH
- Static variable in interface net.kyori.text.feature.pagination.
Pagination
The default interface width.
B
C
D
G
L
N
P
R
S
W
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes