Uses of Enum
com.github.stefvanschie.inventoryframework.pane.OutlinePane.Alignment
Packages that use OutlinePane.Alignment
-
Uses of OutlinePane.Alignment in com.github.stefvanschie.inventoryframework.pane
Methods in com.github.stefvanschie.inventoryframework.pane that return OutlinePane.AlignmentModifier and TypeMethodDescription@NotNull OutlinePane.AlignmentOutlinePane.getAlignment()Gets the alignment set on this pane.static OutlinePane.AlignmentReturns 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.Methods in com.github.stefvanschie.inventoryframework.pane with parameters of type OutlinePane.AlignmentModifier and TypeMethodDescriptionvoidOutlinePane.align(@NotNull OutlinePane.Alignment alignment) Aligns the pane in the way specified by the provided alignment.