Uses of Enum Class
net.minecraftforge.client.model.animation.ModelBlockAnimation.Parameter.Interpolation
Packages that use ModelBlockAnimation.Parameter.Interpolation
-
Uses of ModelBlockAnimation.Parameter.Interpolation in net.minecraftforge.client.model.animation
Fields in net.minecraftforge.client.model.animation declared as ModelBlockAnimation.Parameter.InterpolationMethods in net.minecraftforge.client.model.animation that return ModelBlockAnimation.Parameter.InterpolationModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.ModelBlockAnimation.Parameter.Interpolation.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.InterpolationModifierConstructorDescriptionMBVariableClip(ModelBlockAnimation.Parameter.Variable variable, ModelBlockAnimation.Parameter.Type type, ModelBlockAnimation.Parameter.Interpolation interpolation, float[] samples)