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 AxisgetAxis()Gets the value of the 'axis' property.voidsetAxis(@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
-
-