Package org.bukkit.block.data.type
Interface Jigsaw
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Jigsaw.Orientation
The directions the Jigsaw can be oriented.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Jigsaw.Orientation
getOrientation()
Gets the value of the 'orientation' property.void
setOrientation(Jigsaw.Orientation orientation)
Sets the value of the 'orientation' property.-
Methods inherited from interface org.bukkit.block.data.BlockData
clone, getAsString, getAsString, getMaterial, matches, merge
-
-
-
-
Method Detail
-
getOrientation
@NotNull Jigsaw.Orientation getOrientation()
Gets the value of the 'orientation' property.- Returns:
- the 'orientation' value
-
setOrientation
void setOrientation(@NotNull Jigsaw.Orientation orientation)
Sets the value of the 'orientation' property.- Parameters:
orientation
- the new 'orientation' value
-
-