Uses of Enum
com.github.stefvanschie.inventoryframework.pane.Orientable.Orientation
Package
Description
-
Uses of Orientable.Orientation in com.github.stefvanschie.inventoryframework.pane
Modifier 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.Modifier 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
Modifier and TypeFieldDescriptionprotected @NotNull Orientable.Orientation
VariableBar.orientation
The orientation of the sliderModifier and TypeMethodDescriptionvoid
VariableBar.setOrientation
(@NotNull Orientable.Orientation orientation)