Class ModelBlockAnimation.MBJoint
- java.lang.Object
-
- net.minecraftforge.client.model.animation.ModelBlockAnimation.MBJoint
-
- All Implemented Interfaces:
IJoint
- Enclosing class:
- ModelBlockAnimation
protected static class ModelBlockAnimation.MBJoint extends java.lang.Object implements IJoint
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
name
-
Constructor Summary
Constructors Constructor Description MBJoint(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransformationMatrix
getInvBindPose()
java.lang.String
getName()
java.util.Optional<? extends IJoint>
getParent()
-
-
-
Method Detail
-
getInvBindPose
public TransformationMatrix getInvBindPose()
- Specified by:
getInvBindPose
in interfaceIJoint
-
getParent
public java.util.Optional<? extends IJoint> getParent()
-
getName
public java.lang.String getName()
-
-