Enum Class SkeletonBone

java.lang.Object
java.lang.Enum<SkeletonBone>
zombie.core.skinnedmodel.model.SkeletonBone
All Implemented Interfaces:
Serializable, Comparable<SkeletonBone>, Constable

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

    • Dummy01

      public static final SkeletonBone Dummy01
    • Bip01

      public static final SkeletonBone Bip01
    • Bip01_Pelvis

      public static final SkeletonBone Bip01_Pelvis
    • Bip01_Spine

      public static final SkeletonBone Bip01_Spine
    • Bip01_Spine1

      public static final SkeletonBone Bip01_Spine1
    • Bip01_Neck

      public static final SkeletonBone Bip01_Neck
    • Bip01_Head

      public static final SkeletonBone Bip01_Head
    • Bip01_L_Clavicle

      public static final SkeletonBone Bip01_L_Clavicle
    • Bip01_L_UpperArm

      public static final SkeletonBone Bip01_L_UpperArm
    • Bip01_L_Forearm

      public static final SkeletonBone Bip01_L_Forearm
    • Bip01_L_Hand

      public static final SkeletonBone Bip01_L_Hand
    • Bip01_L_Finger0

      public static final SkeletonBone Bip01_L_Finger0
    • Bip01_L_Finger1

      public static final SkeletonBone Bip01_L_Finger1
    • Bip01_R_Clavicle

      public static final SkeletonBone Bip01_R_Clavicle
    • Bip01_R_UpperArm

      public static final SkeletonBone Bip01_R_UpperArm
    • Bip01_R_Forearm

      public static final SkeletonBone Bip01_R_Forearm
    • Bip01_R_Hand

      public static final SkeletonBone Bip01_R_Hand
    • Bip01_R_Finger0

      public static final SkeletonBone Bip01_R_Finger0
    • Bip01_R_Finger1

      public static final SkeletonBone Bip01_R_Finger1
    • Bip01_BackPack

      public static final SkeletonBone Bip01_BackPack
    • Bip01_L_Thigh

      public static final SkeletonBone Bip01_L_Thigh
    • Bip01_L_Calf

      public static final SkeletonBone Bip01_L_Calf
    • Bip01_L_Foot

      public static final SkeletonBone Bip01_L_Foot
    • Bip01_L_Toe0

      public static final SkeletonBone Bip01_L_Toe0
    • Bip01_R_Thigh

      public static final SkeletonBone Bip01_R_Thigh
    • Bip01_R_Calf

      public static final SkeletonBone Bip01_R_Calf
    • Bip01_R_Foot

      public static final SkeletonBone Bip01_R_Foot
    • Bip01_R_Toe0

      public static final SkeletonBone Bip01_R_Toe0
    • Bip01_DressFront

      public static final SkeletonBone Bip01_DressFront
    • Bip01_DressFront02

      public static final SkeletonBone Bip01_DressFront02
    • Bip01_DressBack

      public static final SkeletonBone Bip01_DressBack
    • Bip01_DressBack02

      public static final SkeletonBone Bip01_DressBack02
    • Bip01_Prop1

      public static final SkeletonBone Bip01_Prop1
    • Bip01_Prop2

      public static final SkeletonBone Bip01_Prop2
    • Translation_Data

      public static final SkeletonBone Translation_Data
    • BONE_COUNT

      public static final SkeletonBone BONE_COUNT
    • None

      public static final SkeletonBone None
  • Method Details

    • values

      public static SkeletonBone[] 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 SkeletonBone 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
    • index

      public int index()
    • count

      public static int count()
    • all

      public static SkeletonBone[] all()
    • getBoneName

      public static String getBoneName(int int0)
    • getBoneOrdinal

      public static int getBoneOrdinal(String string)