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.AxisgetAxis()Gets the value of the 'axis' property.voidsetAxis(Axis axis)Sets the value of the 'axis' property.-
Methods inherited from interface org.bukkit.block.data.BlockData
clone, getAsString, getAsString, getMaterial, matches, merge
-
-