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