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