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, copyTo, createBlockState, getAsString, getAsString, getCollisionShape, getDestroySpeed, getDestroySpeed, getLightEmission, getMapColor, getMaterial, getPistonMoveReaction, getPlacementMaterial, getSoundGroup, isFaceSturdy, isOccluding, isPreferredTool, isRandomlyTicked, isSupported, isSupported, matches, merge, mirror, requiresCorrectToolForDrops, rotate
-
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
-