Package org.bukkit.block.data
Interface Rotatable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockFace
getRotation()
Gets the value of the 'rotation' property.void
setRotation(BlockFace rotation)
Sets the value of the 'rotation' property.-
Methods inherited from interface org.bukkit.block.data.BlockData
clone, getAsString, getAsString, getMaterial, matches, merge
-
-