Package org.bukkit.block.data.type
Interface Jigsaw
public interface Jigsaw extends BlockData
'orientation' is the direction the block is facing.
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Jigsaw.Orientation
The directions the Jigsaw can be oriented. -
Method Summary
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 Details
-
getOrientation
Gets the value of the 'orientation' property.- Returns:
- the 'orientation' value
-
setOrientation
Sets the value of the 'orientation' property.- Parameters:
orientation
- the new 'orientation' value
-