Uses of Interface
net.minecraft.client.render.entity.animation.Transformation.Interpolation
Packages that use Transformation.Interpolation
-
Uses of Transformation.Interpolation in net.minecraft.client.render.entity.animation
Fields in net.minecraft.client.render.entity.animation declared as Transformation.InterpolationModifier and TypeFieldDescriptionstatic final Transformation.Interpolation
Transformation.Interpolations.field_37884
static final Transformation.Interpolation
Transformation.Interpolations.field_37885
private final Transformation.Interpolation
Keyframe.interpolation
The field for theinterpolation
record component.Methods in net.minecraft.client.render.entity.animation that return Transformation.InterpolationModifier and TypeMethodDescriptionKeyframe.interpolation()
Returns the value of theinterpolation
record component.Constructors in net.minecraft.client.render.entity.animation with parameters of type Transformation.InterpolationModifierConstructorDescriptionKeyframe
(float float2, Vec3f vec3f, Transformation.Interpolation interpolation)