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 classModelBlockAnimation.MBClip.MBJointClipMethods in net.minecraftforge.client.model.animation that return IJointClip Modifier and Type Method Description IJointClipModelBlockAnimation.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 classB3DClip.NodeClipMethods in net.minecraftforge.client.model.b3d that return IJointClip Modifier and Type Method Description IJointClipB3DClip. 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 classJointClips.IdentityJointClipstatic classJointClips.NodeJointClipMethods in net.minecraftforge.common.model.animation that return IJointClip 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)Methods in net.minecraftforge.common.model.animation with parameters of type IJointClip Modifier and Type Method Description private static IJointClipClips. blendClips(IJoint joint, IJointClip fromClip, IJointClip toClip, ITimeValue input, ITimeValue progress)
-