Package | Description |
---|---|
net.minecraftforge.client.model.animation | |
net.minecraftforge.client.model.b3d | |
net.minecraftforge.common.model.animation |
Modifier and Type | Class and Description |
---|---|
protected static class |
ModelBlockAnimation.MBJoint |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<? extends IJoint> |
ModelBlockAnimation.MBJoint.getParent() |
Modifier and Type | Method and Description |
---|---|
IJointClip |
ModelBlockAnimation.MBClip.apply(IJoint joint) |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
B3DLoader.NodeJoint |
Modifier and Type | Method and Description |
---|---|
IJointClip |
B3DClip.apply(IJoint joint) |
Modifier and Type | Field and Description |
---|---|
private IJoint |
JointClips.NodeJointClip.child |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<? extends IJoint> |
IJoint.getParent() |
Modifier and Type | Method and Description |
---|---|
IJointClip |
IClip.apply(IJoint joint) |
IJointClip |
Clips.IdentityClip.apply(IJoint joint) |
IJointClip |
Clips.ModelClip.apply(IJoint joint) |
IJointClip |
Clips.TimeClip.apply(IJoint joint) |
IJointClip |
Clips.SlerpClip.apply(IJoint joint) |
IJointClip |
Clips.TriggerClip.apply(IJoint joint) |
IJointClip |
Clips.ClipReference.apply(IJoint joint) |
private static IJointClip |
Clips.blendClips(IJoint joint,
IJointClip fromClip,
IJointClip toClip,
ITimeValue input,
ITimeValue progress) |
Constructor and Description |
---|
NodeJointClip(IJoint joint,
IClip clip) |