Uses of Class
com.github.stefvanschie.inventoryframework.pane.PaginatedPane
Packages that use PaginatedPane
Package
Description
-
Uses of PaginatedPane in com.github.stefvanschie.inventoryframework.pane
Methods in com.github.stefvanschie.inventoryframework.pane that return PaginatedPaneModifier 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
Constructors in com.github.stefvanschie.inventoryframework.pane.component with parameters of type PaginatedPaneModifierConstructorDescriptionPagingButtons
(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)