Uses of Record Class
net.minecraft.world.attribute.timeline.Track
Packages that use Track
-
Uses of Track in net.minecraft.world.attribute.timeline
Fields in net.minecraft.world.attribute.timeline declared as TrackModifier and TypeFieldDescriptionTimelineEntry.argumentTrackThe field for theargumentTrackrecord component.Methods in net.minecraft.world.attribute.timeline that return TrackModifier and TypeMethodDescriptionTimelineEntry.argumentTrack()Returns the value of theargumentTrackrecord component.Track.Builder.build()Methods in net.minecraft.world.attribute.timeline that return types with arguments of type TrackModifier and TypeMethodDescriptionstatic <T> com.mojang.serialization.MapCodec<Track<T>> Track.createCodec(com.mojang.serialization.Codec<T> valueCodec) static com.mojang.serialization.DataResult<Track<?>> Track.validateKeyframesInPeriod(Track<?> track, int period) Methods in net.minecraft.world.attribute.timeline with parameters of type TrackModifier and TypeMethodDescriptionprivate static <T> voidTrackEvaluator.addSegmentsOfKeyframe(Track<T> track, List<Keyframe<T>> keyframes, List<TrackEvaluator.Segment<T>> segmentsOut) private static <T> List<TrackEvaluator.Segment<T>> TrackEvaluator.convertToSegments(Track<T> track, Optional<Integer> period) static com.mojang.serialization.DataResult<Track<?>> Track.validateKeyframesInPeriod(Track<?> track, int period) Constructors in net.minecraft.world.attribute.timeline with parameters of type TrackModifierConstructorDescriptionSegment(Track<T> track, Keyframe<T> fromKeyframe, int fromTicks, Keyframe<T> toKeyframe, int toTicks) TimelineEntry(EnvironmentAttributeModifier<Value, Argument> modifier, Track<Argument> argumentTrack) Creates an instance of aTimelineEntryrecord class.TrackAttributeModification(Optional<Integer> period, EnvironmentAttributeModifier<Value, Argument> modifiers, Track<Argument> track, Interpolator<Argument> interpolator, LongSupplier timeSupplier) (package private)TrackEvaluator(Track<T> track, Optional<Integer> period, Interpolator<T> interpolator)