Uses of Enum
com.github.stefvanschie.inventoryframework.pane.Pane.Priority
Package
Description
-
Uses of Pane.Priority in com.github.stefvanschie.inventoryframework.pane
Modifier and TypeMethodDescription@NotNull Pane.Priority
Pane.getPriority()
Returns the priority of the panestatic Pane.Priority
Returns the enum constant of this type with the specified name.static Pane.Priority[]
Pane.Priority.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionboolean
Pane.Priority.isGreaterThan
(@NotNull Pane.Priority priority) Whether this priority is greater than the priority specified.abstract boolean
Pane.Priority.isLessThan
(@NotNull Pane.Priority priority) Whether this priority is less than the priority specified.void
Pane.setPriority
(@NotNull Pane.Priority priority) Sets the priority of this paneModifierConstructorDescriptionMasonryPane
(int x, int y, int length, int height, @NotNull Pane.Priority priority) MasonryPane
(@NotNull Slot slot, int length, int height, @NotNull Pane.Priority priority) Creates a new masonry paneOutlinePane
(int x, int y, int length, int height, @NotNull Pane.Priority priority) OutlinePane
(@NotNull Slot slot, int length, int height, @NotNull Pane.Priority priority) Creates a new outline panePaginatedPane
(int x, int y, int length, int height, @NotNull Pane.Priority priority) PaginatedPane
(@NotNull Slot slot, int length, int height, @NotNull Pane.Priority priority) Creates a new paginated paneprotected
Pane
(int x, int y, int length, int height, @NotNull Pane.Priority priority) Constructs a new default paneprotected
Pane
(@NotNull Slot slot, int length, int height, @NotNull Pane.Priority priority) Constructs a new default panePatternPane
(int x, int y, int length, int height, @NotNull Pane.Priority priority, @NotNull Pattern pattern) Constructs a new pattern pane.PatternPane
(@NotNull Slot slot, int length, int height, @NotNull Pane.Priority priority, @NotNull Pattern pattern) Constructs a new pattern pane.StaticPane
(int x, int y, int length, int height, @NotNull Pane.Priority priority) StaticPane
(Slot slot, int length, int height, @NotNull Pane.Priority priority) Creates a new static pane. -
Uses of Pane.Priority in com.github.stefvanschie.inventoryframework.pane.component
ModifierConstructorDescriptionCycleButton
(int x, int y, int length, int height, @NotNull Pane.Priority priority) CycleButton
(@NotNull Slot slot, int length, int height, @NotNull Pane.Priority priority) Creates a new cycle buttonLabel
(int x, int y, int length, int height, @NotNull Pane.Priority priority, @NotNull Font font) Creates a new labelLabel
(int x, int y, int length, int height, @NotNull Pane.Priority priority, @NotNull Font font, @NotNull Plugin plugin) Creates a new labelLabel
(@NotNull Slot slot, int length, int height, @NotNull Pane.Priority priority, @NotNull Font font) Creates a new labelLabel
(@NotNull Slot slot, int length, int height, @NotNull Pane.Priority priority, @NotNull Font font, @NotNull Plugin plugin) Creates a new labelPagingButtons
(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 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
.PercentageBar
(int x, int y, int length, int height, @NotNull Pane.Priority priority) PercentageBar
(int x, int y, int length, int height, @NotNull Pane.Priority priority, @NotNull Plugin plugin) Creates a new percentage barPercentageBar
(@NotNull Slot slot, int length, int height, @NotNull Pane.Priority priority) Creates a new percentage barPercentageBar
(@NotNull Slot slot, int length, int height, @NotNull Pane.Priority priority, @NotNull Plugin plugin) Creates a new percentage barSlider
(int x, int y, int length, int height, @NotNull Pane.Priority priority) Slider
(int x, int y, int length, int height, @NotNull Pane.Priority priority, @NotNull Plugin plugin) Creates a new sliderSlider
(@NotNull Slot slot, int length, int height, @NotNull Pane.Priority priority) Creates a new sliderSlider
(@NotNull Slot slot, int length, int height, @NotNull Pane.Priority priority, @NotNull Plugin plugin) Creates a new sliderToggleButton
(int x, int y, int length, int height, @NotNull Pane.Priority priority) ToggleButton
(int x, int y, int length, int height, @NotNull Pane.Priority priority, boolean enabled) ToggleButton
(int x, int y, int length, int height, @NotNull Pane.Priority priority, boolean enabled, @NotNull Plugin plugin) Creates a new toggle buttonToggleButton
(int x, int y, int length, int height, @NotNull Pane.Priority priority, @NotNull Plugin plugin) Creates a new toggle buttonToggleButton
(@NotNull Slot slot, int length, int height, @NotNull Pane.Priority priority) Creates a new toggle buttonToggleButton
(@NotNull Slot slot, int length, int height, @NotNull Pane.Priority priority, boolean enabled) Creates a new toggle buttonToggleButton
(@NotNull Slot slot, int length, int height, @NotNull Pane.Priority priority, boolean enabled, @NotNull Plugin plugin) Creates a new toggle buttonToggleButton
(@NotNull Slot slot, int length, int height, @NotNull Pane.Priority priority, @NotNull Plugin plugin) Creates a new toggle button -
Uses of Pane.Priority in com.github.stefvanschie.inventoryframework.pane.component.util
ModifierConstructorDescriptionprotected
VariableBar
(int x, int y, int length, int height, @NotNull Pane.Priority priority) protected
VariableBar
(int x, int y, int length, int height, @NotNull Pane.Priority priority, @NotNull Plugin plugin) Creates a new variable barprotected
VariableBar
(@NotNull Slot slot, int length, int height, @NotNull Pane.Priority priority) Creates a new variable barprotected
VariableBar
(@NotNull Slot slot, int length, int height, @NotNull Pane.Priority priority, @NotNull Plugin plugin) Creates a new variable bar