Uses of Interface
net.minecraft.client.animation.AnimationChannel.Interpolation
-
Uses of AnimationChannel.Interpolation in net.minecraft.client.animation
Modifier and TypeFieldDescriptionstatic final AnimationChannel.Interpolation
AnimationChannel.Interpolations.CATMULLROM
private final AnimationChannel.Interpolation
Keyframe.interpolation
The field for theinterpolation
record component.static final AnimationChannel.Interpolation
AnimationChannel.Interpolations.LINEAR
Modifier and TypeMethodDescriptionKeyframe.interpolation()
Returns the value of theinterpolation
record component.ModifierConstructorDescriptionKeyframe
(float timestamp, Vector3f target, AnimationChannel.Interpolation interpolation) Creates an instance of aKeyframe
record class.