Package | Description |
---|---|
net.minecraftforge.client.model.animation |
Modifier and Type | Field and Description |
---|---|
private ModelBlockAnimation.Parameter.Variable |
ModelBlockAnimation.MBVariableClip.variable |
Modifier and Type | Method and Description |
---|---|
static ModelBlockAnimation.Parameter.Variable |
ModelBlockAnimation.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.
|
Constructor and Description |
---|
MBVariableClip(ModelBlockAnimation.Parameter.Variable variable,
ModelBlockAnimation.Parameter.Type type,
ModelBlockAnimation.Parameter.Interpolation interpolation,
float[] samples) |