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.paneMethods in com.github.stefvanschie.inventoryframework.pane that return Orientable.OrientationModifier and TypeMethodDescription@NotNull Orientable.OrientationMasonryPane.getOrientation()@NotNull Orientable.OrientationOrientable.getOrientation()Gets the orientation of this outline pane@NotNull Orientable.OrientationOutlinePane.getOrientation()Gets the orientation of this outline panestatic Orientable.OrientationReturns 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 TypeMethodDescriptionvoidMasonryPane.setOrientation(@NotNull Orientable.Orientation orientation) voidOrientable.setOrientation(@NotNull Orientable.Orientation orientation) Sets the orientation of this outline panevoidOutlinePane.setOrientation(@NotNull Orientable.Orientation orientation) 
- 
Uses of Orientable.Orientation in com.github.stefvanschie.inventoryframework.pane.component.utilFields in com.github.stefvanschie.inventoryframework.pane.component.util declared as Orientable.OrientationModifier and TypeFieldDescriptionprotected @NotNull Orientable.OrientationVariableBar.orientationThe 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 TypeMethodDescriptionvoidVariableBar.setOrientation(@NotNull Orientable.Orientation orientation)