Uses of Enum
com.github.stefvanschie.inventoryframework.pane.OutlinePane.Alignment
-
Uses of OutlinePane.Alignment in com.github.stefvanschie.inventoryframework.pane
Modifier and TypeMethodDescription@NotNull OutlinePane.Alignment
OutlinePane.getAlignment()
Gets the alignment set on this pane.static OutlinePane.Alignment
Returns the enum constant of this type with the specified name.static OutlinePane.Alignment[]
OutlinePane.Alignment.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
OutlinePane.align
(@NotNull OutlinePane.Alignment alignment) Aligns the pane in the way specified by the provided alignment.