Uses of Enum Class
org.bukkit.block.data.type.Jigsaw.Orientation
Packages that use Jigsaw.Orientation
Package
Description
Specific BlockData classes relevant to only a given block or set of blocks.
-
Uses of Jigsaw.Orientation in org.bukkit.block.data.type
Methods in org.bukkit.block.data.type that return Jigsaw.OrientationModifier and TypeMethodDescriptionJigsaw.getOrientation()
Gets the value of the 'orientation' property.static Jigsaw.Orientation
Returns the enum constant of this class with the specified name.static Jigsaw.Orientation[]
Jigsaw.Orientation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bukkit.block.data.type with parameters of type Jigsaw.OrientationModifier and TypeMethodDescriptionvoid
Jigsaw.setOrientation
(@NotNull Jigsaw.Orientation orientation) Sets the value of the 'orientation' property.