Class ModelBlockAnimation.MBClip.MBJointClip
- java.lang.Object
-
- net.minecraftforge.client.model.animation.ModelBlockAnimation.MBClip.MBJointClip
-
- All Implemented Interfaces:
IJointClip
- Enclosing class:
- ModelBlockAnimation.MBClip
protected static class ModelBlockAnimation.MBClip.MBJointClip extends java.lang.Object implements IJointClip
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
loop
private com.google.common.collect.ImmutableList<ModelBlockAnimation.MBVariableClip>
variables
-
Constructor Summary
Constructors Constructor Description MBJointClip(boolean loop, com.google.common.collect.ImmutableList<ModelBlockAnimation.MBVariableClip> variables)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransformationMatrix
apply(float time)
-
-
-
Field Detail
-
loop
private final boolean loop
-
variables
private final com.google.common.collect.ImmutableList<ModelBlockAnimation.MBVariableClip> variables
-
-
Constructor Detail
-
MBJointClip
public MBJointClip(boolean loop, com.google.common.collect.ImmutableList<ModelBlockAnimation.MBVariableClip> variables)
-
-
Method Detail
-
apply
public TransformationMatrix apply(float time)
- Specified by:
apply
in interfaceIJointClip
-
-