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