Class ModelBlockAnimation.MBJointWeight

java.lang.Object
net.minecraftforge.client.model.animation.ModelBlockAnimation.MBJointWeight
Enclosing class:
ModelBlockAnimation

protected static class ModelBlockAnimation.MBJointWeight extends Object
  • Field Details

    • name

      private final String name
    • weights

      private final com.google.common.collect.ImmutableMap<Integer,float[]> weights
  • Constructor Details

    • MBJointWeight

      public MBJointWeight(String name, com.google.common.collect.ImmutableMap<Integer,float[]> weights)
  • Method Details

    • getName

      public String getName()
    • getWeights

      public com.google.common.collect.ImmutableMap<Integer,float[]> getWeights()