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(@NotNull Jigsaw.Orientation orientation) Sets the value of the 'orientation' property.Methods inherited from interface org.bukkit.block.data.BlockDataclone, getAsString, getAsString, getLightEmission, getMaterial, getPistonMoveReaction, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isSupported, isSupported, matches, merge, requiresCorrectToolForDrops
- 
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
 
 
-