Class ModelBlockAnimation.MBJointWeight
- java.lang.Object
-
- net.minecraftforge.client.model.animation.ModelBlockAnimation.MBJointWeight
-
- Enclosing class:
- ModelBlockAnimation
protected static class ModelBlockAnimation.MBJointWeight extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MBJointWeight(java.lang.String name, com.google.common.collect.ImmutableMap<java.lang.Integer,float[]> weights)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
com.google.common.collect.ImmutableMap<java.lang.Integer,float[]>
getWeights()
-