Uses of Interface
net.minecraftforge.common.model.animation.IJoint
-
Packages that use IJoint Package Description net.minecraftforge.client.model.animation net.minecraftforge.client.model.b3d net.minecraftforge.common.model.animation -
-
Uses of IJoint in net.minecraftforge.client.model.animation
Classes in net.minecraftforge.client.model.animation that implement IJoint Modifier and Type Class Description protected static class
ModelBlockAnimation.MBJoint
Methods in net.minecraftforge.client.model.animation that return types with arguments of type IJoint Modifier and Type Method Description java.util.Optional<? extends IJoint>
ModelBlockAnimation.MBJoint. getParent()
Methods in net.minecraftforge.client.model.animation with parameters of type IJoint Modifier and Type Method Description IJointClip
ModelBlockAnimation.MBClip. apply(IJoint joint)
-
Uses of IJoint in net.minecraftforge.client.model.b3d
Classes in net.minecraftforge.client.model.b3d that implement IJoint Modifier and Type Class Description (package private) static class
B3DLoader.NodeJoint
Methods in net.minecraftforge.client.model.b3d with parameters of type IJoint Modifier and Type Method Description IJointClip
B3DClip. apply(IJoint joint)
-
Uses of IJoint in net.minecraftforge.common.model.animation
Fields in net.minecraftforge.common.model.animation declared as IJoint Modifier and Type Field Description private IJoint
JointClips.NodeJointClip. child
Methods in net.minecraftforge.common.model.animation that return types with arguments of type IJoint Modifier and Type Method Description java.util.Optional<? extends IJoint>
IJoint. getParent()
Methods in net.minecraftforge.common.model.animation with parameters of type IJoint 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)
Constructors in net.minecraftforge.common.model.animation with parameters of type IJoint Constructor Description NodeJointClip(IJoint joint, IClip clip)
-