Uses of Class
com.github.stefvanschie.inventoryframework.pane.PaginatedPane
Packages that use PaginatedPane
Package
Description
- 
Uses of PaginatedPane in com.github.stefvanschie.inventoryframework.paneMethods in com.github.stefvanschie.inventoryframework.pane that return PaginatedPaneModifier and TypeMethodDescription@NotNull PaginatedPanePaginatedPane.copy()static @NotNull PaginatedPaneDeprecated.static @NotNull PaginatedPaneLoads a paginated pane from a given element
- 
Uses of PaginatedPane in com.github.stefvanschie.inventoryframework.pane.componentConstructors 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)