Uses of Record Class
net.minecraft.client.render.entity.animation.Keyframe
Packages that use Keyframe
Package
Description
The base package for all Minecraft classes.
-
Uses of Keyframe in net.minecraft
Fields in net.minecraft declared as KeyframeModifier and TypeFieldDescriptionprivate final Keyframe[]class_11509.class_11510.keyframesThe field for thekeyframesrecord component.Methods in net.minecraft that return KeyframeModifier and TypeMethodDescriptionKeyframe[]class_11509.class_11510.keyframes()Returns the value of thekeyframesrecord component.Constructors in net.minecraft with parameters of type KeyframeModifierConstructorDescription(package private)class_11510(ModelPart modelPart, Transformation.Target target, Keyframe[] keyframe) -
Uses of Keyframe in net.minecraft.client.render.entity.animation
Fields in net.minecraft.client.render.entity.animation declared as KeyframeModifier and TypeFieldDescriptionprivate final Keyframe[]Transformation.keyframesThe field for thekeyframesrecord component.Methods in net.minecraft.client.render.entity.animation that return KeyframeModifier and TypeMethodDescriptionKeyframe[]Transformation.keyframes()Returns the value of thekeyframesrecord component.Methods in net.minecraft.client.render.entity.animation with parameters of type KeyframeModifier and TypeMethodDescriptionTransformation.Interpolation.apply(Vector3f dest, float delta, Keyframe[] keyframes, int start, int end, float scale) Constructors in net.minecraft.client.render.entity.animation with parameters of type Keyframe