Class B3DModel.Animation
java.lang.Object
net.minecraftforge.client.model.b3d.B3DModel.Animation
- Enclosing class:
- B3DModel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate floatprivate intprivate com.google.common.collect.ImmutableTable<Integer,B3DModel.Node<?>,B3DModel.Key> -
Constructor Summary
ConstructorsConstructorDescriptionAnimation(int flags, int frames, float fps, com.google.common.collect.ImmutableTable<Integer,B3DModel.Node<?>,B3DModel.Key> keys) -
Method Summary
Modifier and TypeMethodDescriptionintgetFlags()floatgetFps()intcom.google.common.collect.ImmutableTable<Integer,B3DModel.Node<?>,B3DModel.Key>getKeys()toString()
-
Field Details
-
flags
private final int flags -
frames
private final int frames -
fps
private final float fps -
keys
private final com.google.common.collect.ImmutableTable<Integer,B3DModel.Node<?>,B3DModel.Key> keys
-
-
Constructor Details
-
Animation
public Animation(int flags, int frames, float fps, com.google.common.collect.ImmutableTable<Integer,B3DModel.Node<?>,B3DModel.Key> keys)
-
-
Method Details