Uses of Enum
com.github.stefvanschie.inventoryframework.pane.Orientable.Orientation
Packages that use Orientable.Orientation
Package
Description
-
Uses of Orientable.Orientation in com.github.stefvanschie.inventoryframework.pane
Methods in com.github.stefvanschie.inventoryframework.pane that return Orientable.OrientationModifier and TypeMethodDescription@NotNull Orientable.Orientation
MasonryPane.getOrientation()
@NotNull Orientable.Orientation
Orientable.getOrientation()
Gets the orientation of this outline pane@NotNull Orientable.Orientation
OutlinePane.getOrientation()
Gets the orientation of this outline panestatic Orientable.Orientation
Returns the enum constant of this type with the specified name.static Orientable.Orientation[]
Orientable.Orientation.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 Orientable.OrientationModifier and TypeMethodDescriptionvoid
MasonryPane.setOrientation
(@NotNull Orientable.Orientation orientation) void
Orientable.setOrientation
(@NotNull Orientable.Orientation orientation) Sets the orientation of this outline panevoid
OutlinePane.setOrientation
(@NotNull Orientable.Orientation orientation) -
Uses of Orientable.Orientation in com.github.stefvanschie.inventoryframework.pane.component.util
Fields in com.github.stefvanschie.inventoryframework.pane.component.util declared as Orientable.OrientationModifier and TypeFieldDescriptionprotected @NotNull Orientable.Orientation
VariableBar.orientation
The orientation of the sliderMethods in com.github.stefvanschie.inventoryframework.pane.component.util that return Orientable.OrientationMethods in com.github.stefvanschie.inventoryframework.pane.component.util with parameters of type Orientable.OrientationModifier and TypeMethodDescriptionvoid
VariableBar.setOrientation
(@NotNull Orientable.Orientation orientation)