Uses of Class
org.bukkit.block.data.type.Jigsaw.Orientation
| Package | Description |
|---|---|
| org.bukkit.block.data.type |
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.Orientation Modifier and Type Method Description Jigsaw.OrientationJigsaw. getOrientation()Gets the value of the 'orientation' property.static Jigsaw.OrientationJigsaw.Orientation. valueOf(String name)Returns the enum constant of this type with the specified name.static Jigsaw.Orientation[]Jigsaw.Orientation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bukkit.block.data.type with parameters of type Jigsaw.Orientation Modifier and Type Method Description voidJigsaw. setOrientation(Jigsaw.Orientation orientation)Sets the value of the 'orientation' property.