Package org.bukkit.block.data.type
Interface Jigsaw
'orientation' is the direction the block is facing.
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic enumThe directions the Jigsaw can be oriented.
- 
Method SummaryModifier and TypeMethodDescriptionGets the value of the 'orientation' property.voidsetOrientation(Jigsaw.Orientation orientation) Sets the value of the 'orientation' property.Methods inherited from interface org.bukkit.block.data.BlockDataclone, getAsString, getAsString, getMaterial, getSoundGroup, matches, merge
- 
Method Details- 
getOrientationGets the value of the 'orientation' property.- Returns:
- the 'orientation' value
 
- 
setOrientationSets the value of the 'orientation' property.- Parameters:
- orientation- the new 'orientation' value
 
 
-