Uses of Class
com.github.stefvanschie.inventoryframework.pane.PaginatedPane
Package
Description
-
Uses of PaginatedPane in com.github.stefvanschie.inventoryframework.pane
Modifier and TypeMethodDescription@NotNull PaginatedPane
PaginatedPane.copy()
static @NotNull PaginatedPane
Deprecated.static @NotNull PaginatedPane
Loads a paginated pane from a given element -
Uses of PaginatedPane in com.github.stefvanschie.inventoryframework.pane.component
ModifierConstructorDescriptionPagingButtons
(int length, @NotNull PaginatedPane pages) Creates a new PagingButtons instance, which controls the providedPaginatedPane
.PagingButtons
(int length, @NotNull PaginatedPane pages, @NotNull Plugin plugin) Creates a new PagingButtons instance, which controls the providedPaginatedPane
.PagingButtons
(int length, @NotNull Pane.Priority priority, @NotNull PaginatedPane pages) Creates a new PagingButtons instance, which controls the providedPaginatedPane
.PagingButtons
(int length, @NotNull Pane.Priority priority, @NotNull PaginatedPane pages, @NotNull Plugin plugin) Creates a new PagingButtons instance, which controls the providedPaginatedPane
.PagingButtons
(@NotNull Slot slot, int length, @NotNull PaginatedPane pages) Creates a new PagingButtons instance, which controls the providedPaginatedPane
.PagingButtons
(@NotNull Slot slot, int length, @NotNull PaginatedPane pages, @NotNull Plugin plugin) Creates a new PagingButtons instance, which controls the providedPaginatedPane
.PagingButtons
(@NotNull Slot slot, int length, @NotNull Pane.Priority priority, @NotNull PaginatedPane pages) Creates a new PagingButtons instance, which controls the providedPaginatedPane
.PagingButtons
(@NotNull Slot slot, int length, @NotNull Pane.Priority priority, @NotNull PaginatedPane pages, @NotNull Plugin plugin) Creates a new PagingButtons instance, which controls the providedPaginatedPane
.
load(Object, Element, Plugin)