Uses of Enum Class
com.github.stefvanschie.inventoryframework.pane.Pane.Priority
Packages that use Pane.Priority
Package
Description
-
Uses of Pane.Priority in com.github.stefvanschie.inventoryframework.pane
Methods in com.github.stefvanschie.inventoryframework.pane that return Pane.PriorityModifier and TypeMethodDescription@NotNull Pane.PriorityPane.getPriority()Returns the priority of the panestatic Pane.PriorityReturns the enum constant of this class with the specified name.static Pane.Priority[]Pane.Priority.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.github.stefvanschie.inventoryframework.pane with parameters of type Pane.PriorityModifier and TypeMethodDescriptionbooleanPane.Priority.isGreaterThan(@NotNull Pane.Priority priority)Whether this priority is greater than the priority specified.abstract booleanPane.Priority.isLessThan(@NotNull Pane.Priority priority)Whether this priority is less than the priority specified.voidPane.setPriority(@NotNull Pane.Priority priority)Sets the priority of this paneConstructors in com.github.stefvanschie.inventoryframework.pane with parameters of type Pane.PriorityModifierConstructorDescriptionMasonryPane(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)protectedPane(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
Constructors in com.github.stefvanschie.inventoryframework.pane.component with parameters of type Pane.PriorityModifierConstructorDescriptionCycleButton(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) -
Uses of Pane.Priority in com.github.stefvanschie.inventoryframework.pane.component.util
Constructors in com.github.stefvanschie.inventoryframework.pane.component.util with parameters of type Pane.PriorityModifierConstructorDescriptionprotectedVariableBar(int x, int y, int length, int height, @NotNull Pane.Priority priority)