Uses of Class
net.minecraftforge.client.model.animation.ModelBlockAnimation.Parameter.Variable
-
Packages that use ModelBlockAnimation.Parameter.Variable Package Description net.minecraftforge.client.model.animation -
-
Uses of ModelBlockAnimation.Parameter.Variable in net.minecraftforge.client.model.animation
Fields in net.minecraftforge.client.model.animation declared as ModelBlockAnimation.Parameter.Variable Modifier and Type Field Description private ModelBlockAnimation.Parameter.VariableModelBlockAnimation.MBVariableClip. variableMethods in net.minecraftforge.client.model.animation that return ModelBlockAnimation.Parameter.Variable Modifier and Type Method Description static ModelBlockAnimation.Parameter.VariableModelBlockAnimation.Parameter.Variable. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ModelBlockAnimation.Parameter.Variable[]ModelBlockAnimation.Parameter.Variable. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in net.minecraftforge.client.model.animation with parameters of type ModelBlockAnimation.Parameter.Variable Constructor Description MBVariableClip(ModelBlockAnimation.Parameter.Variable variable, ModelBlockAnimation.Parameter.Type type, ModelBlockAnimation.Parameter.Interpolation interpolation, float[] samples)
-