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