Uses of Enum Class
org.bukkit.Axis

Packages that use Axis
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Generalized BlockData classes.
  • Uses of Axis in org.bukkit

    Subclasses with type arguments of type Axis in org.bukkit
    Modifier and Type
    Class
    Description
    enum 
    Represents a mutually perpendicular axis in 3D Cartesian coordinates.
    Methods in org.bukkit that return Axis
    Modifier and Type
    Method
    Description
    static Axis
    Axis.valueOf(String name)
    Returns the enum constant of this class with the specified name.
    static Axis[]
    Axis.values()
    Returns an array containing the constants of this enum class, 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
    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
    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.