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) OutlinePane
(int x, int y, int length, int height, @NotNull Pane.Priority priority) PaginatedPane
(int x, int y, int length, int height, @NotNull Pane.Priority priority) protected
Pane
(int x, int y, 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.StaticPane
(int x, int y, int length, int height, @NotNull Pane.Priority priority) -
Uses of Pane.Priority in com.github.stefvanschie.inventoryframework.pane.component
ModifierConstructorDescriptionCycleButton
(int x, int y, int length, int height, @NotNull Pane.Priority priority) Label
(int x, int y, int length, int height, @NotNull Pane.Priority priority, @NotNull Font font) Creates a new labelPercentageBar
(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) ToggleButton
(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) -
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)