Uses of Class
net.minecraftforge.common.model.animation.JointClips.IdentityJointClip
-
Packages that use JointClips.IdentityJointClip Package Description net.minecraftforge.common.model.animation -
-
Uses of JointClips.IdentityJointClip in net.minecraftforge.common.model.animation
Methods in net.minecraftforge.common.model.animation that return JointClips.IdentityJointClip Modifier and Type Method Description static JointClips.IdentityJointClip
JointClips.IdentityJointClip. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JointClips.IdentityJointClip[]
JointClips.IdentityJointClip. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-