Uses of Class
org.bukkit.Axis
| Package | Description |
|---|---|
| org.bukkit |
The root package of the Bukkit API, contains generalized API classes.
|
| org.bukkit.block.data |
Generalized BlockData classes.
|
-
Uses of Axis in org.bukkit
-
Uses of Axis in org.bukkit.block.data
Methods in org.bukkit.block.data that return Axis Modifier and Type Method Description AxisOrientable. getAxis()Gets the value of the 'axis' property.Methods in org.bukkit.block.data that return types with arguments of type Axis Modifier and Type Method Description Set<Axis>Orientable. getAxes()Gets the axes which are applicable to this block.Methods in org.bukkit.block.data with parameters of type Axis Modifier and Type Method Description voidOrientable. setAxis(Axis axis)Sets the value of the 'axis' property.