Uses of Interface
net.minecraftforge.common.model.animation.IJointClip
-
Packages that use IJointClip Package Description net.minecraftforge.client.model.animation net.minecraftforge.client.model.b3d net.minecraftforge.common.model.animation -
-
Uses of IJointClip in net.minecraftforge.client.model.animation
Classes in net.minecraftforge.client.model.animation that implement IJointClip Modifier and Type Class Description protected static class
ModelBlockAnimation.MBClip.MBJointClip
Methods in net.minecraftforge.client.model.animation that return IJointClip Modifier and Type Method Description IJointClip
ModelBlockAnimation.MBClip. apply(IJoint joint)
-
Uses of IJointClip in net.minecraftforge.client.model.b3d
Classes in net.minecraftforge.client.model.b3d that implement IJointClip Modifier and Type Class Description protected static class
B3DClip.NodeClip
Methods in net.minecraftforge.client.model.b3d that return IJointClip Modifier and Type Method Description IJointClip
B3DClip. apply(IJoint joint)
-
Uses of IJointClip in net.minecraftforge.common.model.animation
Classes in net.minecraftforge.common.model.animation that implement IJointClip Modifier and Type Class Description static class
JointClips.IdentityJointClip
static class
JointClips.NodeJointClip
Methods in net.minecraftforge.common.model.animation that return IJointClip Modifier and Type Method Description IJointClip
Clips.ClipReference. apply(IJoint joint)
IJointClip
Clips.IdentityClip. apply(IJoint joint)
IJointClip
Clips.ModelClip. apply(IJoint joint)
IJointClip
Clips.SlerpClip. apply(IJoint joint)
IJointClip
Clips.TimeClip. apply(IJoint joint)
IJointClip
Clips.TriggerClip. apply(IJoint joint)
IJointClip
IClip. apply(IJoint joint)
private static IJointClip
Clips. blendClips(IJoint joint, IJointClip fromClip, IJointClip toClip, ITimeValue input, ITimeValue progress)
Methods in net.minecraftforge.common.model.animation with parameters of type IJointClip Modifier and Type Method Description private static IJointClip
Clips. blendClips(IJoint joint, IJointClip fromClip, IJointClip toClip, ITimeValue input, ITimeValue progress)
-