Uses of Record Class
net.minecraft.client.animation.Keyframe
Packages that use Keyframe
-
Uses of Keyframe in net.minecraft.client.animation
Fields in net.minecraft.client.animation declared as KeyframeModifier and TypeFieldDescriptionprivate final Keyframe[]
AnimationChannel.keyframes
The field for thekeyframes
record component.Methods in net.minecraft.client.animation that return KeyframeModifier and TypeMethodDescriptionKeyframe[]
AnimationChannel.keyframes()
Returns the value of thekeyframes
record component.Methods in net.minecraft.client.animation with parameters of type KeyframeModifier and TypeMethodDescriptionorg.joml.Vector3f
AnimationChannel.Interpolation.apply
(org.joml.Vector3f p_253818_, float p_232224_, Keyframe[] p_232225_, int p_232226_, int p_232227_, float p_232228_) Constructors in net.minecraft.client.animation with parameters of type KeyframeModifierConstructorDescriptionAnimationChannel
(AnimationChannel.Target target, Keyframe... keyframes) Creates an instance of aAnimationChannel
record class.