Uses of Interface
net.minecraft.client.render.entity.animation.Transformation.Interpolation
-
Uses of Transformation.Interpolation in net.minecraft.client.render.entity.animation
Modifier and TypeFieldDescriptionstatic final Transformation.Interpolation
Transformation.Interpolations.CUBIC
private final Transformation.Interpolation
Keyframe.interpolation
The field for theinterpolation
record component.static final Transformation.Interpolation
Transformation.Interpolations.LINEAR
Modifier and TypeMethodDescriptionKeyframe.interpolation()
Returns the value of theinterpolation
record component.ModifierConstructorDescriptionKeyframe
(float float2, Vector3f vector3f, Transformation.Interpolation interpolation)