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