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 classModelBlockAnimation.MBJointMethods 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 IJointClipModelBlockAnimation.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 classB3DLoader.NodeJointMethods in net.minecraftforge.client.model.b3d with parameters of type IJoint Modifier and Type Method Description IJointClipB3DClip. 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 IJointJointClips.NodeJointClip. childMethods 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 IJointClipClips.ClipReference. apply(IJoint joint)IJointClipClips.IdentityClip. apply(IJoint joint)IJointClipClips.ModelClip. apply(IJoint joint)IJointClipClips.SlerpClip. apply(IJoint joint)IJointClipClips.TimeClip. apply(IJoint joint)IJointClipClips.TriggerClip. apply(IJoint joint)IJointClipIClip. apply(IJoint joint)private static IJointClipClips. 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)
-