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.Interpolation
AnimationChannel.Interpolations.CATMULLROM
private final AnimationChannel.Interpolation
Keyframe.interpolation
The field for theinterpolation
record component.static final AnimationChannel.Interpolation
AnimationChannel.Interpolations.LINEAR
Methods in net.minecraft.client.animation that return AnimationChannel.InterpolationModifier and TypeMethodDescriptionKeyframe.interpolation()
Returns the value of theinterpolation
record component.Constructors in net.minecraft.client.animation with parameters of type AnimationChannel.InterpolationModifierConstructorDescriptionKeyframe
(float timestamp, Vector3f target, AnimationChannel.Interpolation interpolation) Creates an instance of aKeyframe
record class.