Uses of Class
org.bukkit.Axis
-
Packages that use Axis Package Description org.bukkit More generalized classes in the API.org.bukkit.block.data -
-
Uses of Axis in org.bukkit
Methods in org.bukkit that return Axis Modifier and Type Method Description static Axis
Axis. valueOf(String name)
Returns the enum constant of this type with the specified name.static Axis[]
Axis. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Axis in org.bukkit.block.data
Methods in org.bukkit.block.data that return Axis Modifier and Type Method Description Axis
Orientable. 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 void
Orientable. setAxis(Axis axis)
Sets the value of the 'axis' property.
-