Uses of Enum Class
zombie.gizmo.Axis

Packages that use Axis
Package
Description
 
  • Uses of Axis in zombie.gizmo

    Subclasses with type arguments of type Axis in zombie.gizmo
    Modifier and Type
    Class
    Description
    enum 
     
    Methods in zombie.gizmo 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.