net.minecraft.client.animation

public record Keyframe

egn
net.minecraft.client.animation.Keyframe
net.minecraft.class_7186
net.minecraft.client.render.entity.animation.Keyframe
net.minecraft.src.C_213362_

Field summary

Modifier and TypeField
private final float
a
timestamp
comp_600
timestamp
f_232283_
private final Vector3f
b
target
comp_601
target
f_232284_
private final AnimationChannel$Interpolation
c
interpolation
comp_602
interpolation
f_232285_

Constructor summary

ModifierConstructor
public (float f_232284_, Vector3f f_232285_, AnimationChannel$Interpolation arg2)

Method summary

Modifier and TypeMethod
public float
a()
timestamp()
comp_600()
timestamp()
f_232283_()
public Vector3f
b()
target()
comp_601()
target()
f_232284_()
public AnimationChannel$Interpolation
c()
interpolation()
comp_602()
interpolation()
f_232285_()