Uses of Interface
net.minecraft.client.animation.AnimationChannel.Interpolation
Packages that use AnimationChannel.Interpolation
-
Uses of AnimationChannel.Interpolation in net.minecraft.client.animation
Fields in net.minecraft.client.animation declared as AnimationChannel.InterpolationModifier and TypeFieldDescriptionstatic final AnimationChannel.InterpolationAnimationChannel.Interpolations.CATMULLROMprivate final AnimationChannel.InterpolationKeyframe.interpolationThe field for theinterpolationrecord component.static final AnimationChannel.InterpolationAnimationChannel.Interpolations.LINEARMethods in net.minecraft.client.animation that return AnimationChannel.InterpolationModifier and TypeMethodDescriptionKeyframe.interpolation()Returns the value of theinterpolationrecord component.Constructors in net.minecraft.client.animation with parameters of type AnimationChannel.InterpolationModifierConstructorDescriptionKeyframe(float timestamp, org.joml.Vector3f target, AnimationChannel.Interpolation interpolation) Creates an instance of aKeyframerecord class.