Package org.bukkit.block.data
Interface Orientable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Axis>
getAxes()
Gets the axes which are applicable to this block.Axis
getAxis()
Gets the value of the 'axis' property.void
setAxis(Axis axis)
Sets the value of the 'axis' property.-
Methods inherited from interface org.bukkit.block.data.BlockData
clone, getAsString, getAsString, getMaterial, matches, merge
-
-