Uses of Record Class
net.minecraft.world.attribute.timeline.Keyframe
Packages that use Keyframe
-
Uses of Keyframe in net.minecraft.world.attribute.timeline
Fields in net.minecraft.world.attribute.timeline with type parameters of type KeyframeModifier and TypeFieldDescriptionprivate final ImmutableList.Builder<Keyframe<T>> Track.Builder.keyframesTrack.keyframesThe field for thekeyframesrecord component.Methods in net.minecraft.world.attribute.timeline that return types with arguments of type KeyframeModifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.Codec<Keyframe<T>> Keyframe.createCodec(com.mojang.serialization.Codec<T> valueCodec) Track.keyframes()Returns the value of thekeyframesrecord component.Track.validateKeyframes(List<Keyframe<T>> keyframes) Method parameters in net.minecraft.world.attribute.timeline with type arguments of type KeyframeModifier and TypeMethodDescriptionprivate static <T> voidTrackEvaluator.addSegmentsOfKeyframe(Track<T> track, List<Keyframe<T>> keyframes, List<TrackEvaluator.Segment<T>> segmentsOut) Track.validateKeyframes(List<Keyframe<T>> keyframes) Constructors in net.minecraft.world.attribute.timeline with parameters of type KeyframeModifierConstructorDescriptionSegment(Track<T> track, Keyframe<T> fromKeyframe, int fromTicks, Keyframe<T> toKeyframe, int toTicks) Constructor parameters in net.minecraft.world.attribute.timeline with type arguments of type KeyframeModifierConstructorDescriptionTrack(List<Keyframe<T>> keyframes, EasingType easingType) Creates an instance of aTrackrecord class.