Uses of Record Class
net.minecraft.util.KeyframeTrackSampler.Segment
Packages that use KeyframeTrackSampler.Segment
-
Uses of KeyframeTrackSampler.Segment in net.minecraft.util
Fields in net.minecraft.util with type parameters of type KeyframeTrackSampler.SegmentModifier and TypeFieldDescriptionprivate final List<KeyframeTrackSampler.Segment<T>> KeyframeTrackSampler.segmentsMethods in net.minecraft.util that return KeyframeTrackSampler.SegmentModifier and TypeMethodDescriptionprivate KeyframeTrackSampler.Segment<T> KeyframeTrackSampler.getSegmentAt(long currentTicks) Methods in net.minecraft.util that return types with arguments of type KeyframeTrackSampler.SegmentModifier and TypeMethodDescriptionprivate static <T> List<KeyframeTrackSampler.Segment<T>> KeyframeTrackSampler.bakeSegments(KeyframeTrack<T> track, Optional<Integer> periodTicks)