Package org.bukkit.block.data.type
Interface Jigsaw
'orientation' is the direction the block is facing.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic enum
The directions the Jigsaw can be oriented. -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the 'orientation' property.void
setOrientation
(@NotNull Jigsaw.Orientation orientation) Sets the value of the 'orientation' property.Methods inherited from interface org.bukkit.block.data.BlockData
clone, getAsString, getAsString, getLightEmission, getMaterial, getPistonMoveReaction, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isSupported, isSupported, matches, merge, requiresCorrectToolForDrops
-
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
-