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.keyframesThe field for thekeyframesrecord component.Methods in net.minecraft.client.animation that return KeyframeModifier and TypeMethodDescriptionKeyframe[]AnimationChannel.keyframes()Returns the value of thekeyframesrecord component.Methods in net.minecraft.client.animation with parameters of type KeyframeModifier and TypeMethodDescriptionorg.joml.Vector3fAnimationChannel.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 aAnimationChannelrecord class.