Uses of Enum Class
net.minecraftforge.client.model.animation.ModelBlockAnimation.Parameter.Variable
Packages that use ModelBlockAnimation.Parameter.Variable
-
Uses of ModelBlockAnimation.Parameter.Variable in net.minecraftforge.client.model.animation
Fields in net.minecraftforge.client.model.animation declared as ModelBlockAnimation.Parameter.VariableModifier and TypeFieldDescriptionprivate final ModelBlockAnimation.Parameter.Variable
ModelBlockAnimation.MBVariableClip.variable
Methods in net.minecraftforge.client.model.animation that return ModelBlockAnimation.Parameter.VariableModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ModelBlockAnimation.Parameter.Variable.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraftforge.client.model.animation with parameters of type ModelBlockAnimation.Parameter.VariableModifierConstructorDescriptionMBVariableClip
(ModelBlockAnimation.Parameter.Variable variable, ModelBlockAnimation.Parameter.Type type, ModelBlockAnimation.Parameter.Interpolation interpolation, float[] samples)