Uses of Interface
dev.wyck.level.dimension.timeline.AttributeTrack
Packages that use AttributeTrack
-
Uses of AttributeTrack in dev.wyck.level.dimension.timeline
Methods in dev.wyck.level.dimension.timeline that return AttributeTrackModifier and TypeMethodDescriptionAttributeTrack.Builder.build()Builds the attribute track.static <V> AttributeTrack<V> AttributeTrack.of(EnvironmentAttribute<V> attribute, AttributeOperation operation, Easing easing, List<Keyframe<?>> keyframes) Creates a new attribute track.Constructors in dev.wyck.level.dimension.timeline with parameters of type AttributeTrack -
Uses of AttributeTrack in dev.wyck.level.dimension.timeline.types
Methods in dev.wyck.level.dimension.timeline.types that return types with arguments of type AttributeTrackModifier and TypeMethodDescriptionList<AttributeTrack<?>> ComposedTimeline.tracks()The attribute tracks of this timeline.Methods in dev.wyck.level.dimension.timeline.types with parameters of type AttributeTrackMethod parameters in dev.wyck.level.dimension.timeline.types with type arguments of type AttributeTrackModifier and TypeMethodDescriptionstatic ComposedTimelineComposedTimeline.of(ResourceKey key, WorldClock clock, @Nullable Integer periodTicks, List<AttributeTrack<?>> tracks, List<TimeMarker> timeMarkers) Creates a new timeline.