Enum Class RagdollJoint

java.lang.Object
java.lang.Enum<RagdollJoint>
zombie.core.physics.RagdollJoint
All Implemented Interfaces:
Serializable, Comparable<RagdollJoint>, Constable

public enum RagdollJoint extends Enum<RagdollJoint>
  • Enum Constant Details

    • JOINT_PELVIS_SPINE

      public static final RagdollJoint JOINT_PELVIS_SPINE
    • JOINT_SPINE_HEAD

      public static final RagdollJoint JOINT_SPINE_HEAD
    • JOINT_LEFT_HIP

      public static final RagdollJoint JOINT_LEFT_HIP
    • JOINT_LEFT_KNEE

      public static final RagdollJoint JOINT_LEFT_KNEE
    • JOINT_RIGHT_HIP

      public static final RagdollJoint JOINT_RIGHT_HIP
    • JOINT_RIGHT_KNEE

      public static final RagdollJoint JOINT_RIGHT_KNEE
    • JOINT_LEFT_SHOULDER

      public static final RagdollJoint JOINT_LEFT_SHOULDER
    • JOINT_LEFT_ELBOW

      public static final RagdollJoint JOINT_LEFT_ELBOW
    • JOINT_RIGHT_SHOULDER

      public static final RagdollJoint JOINT_RIGHT_SHOULDER
    • JOINT_RIGHT_ELBOW

      public static final RagdollJoint JOINT_RIGHT_ELBOW
    • JOINT_COUNT

      public static final RagdollJoint JOINT_COUNT
  • Method Details

    • values

      public static RagdollJoint[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static RagdollJoint valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null