Uses of Class
dev.wyck.level.dimension.timeline.AttributeTrack.Builder
Packages that use AttributeTrack.Builder
-
Uses of AttributeTrack.Builder in dev.wyck.level.dimension.timeline
Methods in dev.wyck.level.dimension.timeline that return AttributeTrack.BuilderModifier and TypeMethodDescriptionAttributeTrack.Builder.attribute(EnvironmentAttribute<?> attribute) Sets the attribute of the track.AttributeTrack.Builder.attribute(EnvironmentAttributeSupplier<?> attribute) Sets the attribute of the track.static <V> AttributeTrack.Builder<V> AttributeTrack.builder()Creates a new attribute track builder.Sets the easing function of the track.AttributeTrack.Builder.grayKeyframe(int ticks, float brightness, float factor) Adds anAttributeOperation.BLEND_TO_GRAYkeyframe to a color attribute.AttributeTrack.Builder.keyframe(int ticks, float value, float alpha) Adds anAttributeOperation.ALPHA_BLENDkeyframe to a float attribute.Adds a keyframe to a color attribute from a hex string (e.g.Adds a keyframe to the track.Sets the keyframes of the track.AttributeTrack.Builder.operation(AttributeOperation operation) Sets the operation of the track.default AttributeTrack.Builder<V> AttributeTrack.toBuilder()Creates a new builder for this track. -
Uses of AttributeTrack.Builder in dev.wyck.level.dimension.timeline.types
Method parameters in dev.wyck.level.dimension.timeline.types with type arguments of type AttributeTrack.BuilderModifier and TypeMethodDescriptionComposedTimeline.Builder.track(EnvironmentAttributeSupplier<V> attribute, AttributeOperation operation, Consumer<AttributeTrack.Builder<V>> track) ComposedTimeline.Builder.track(EnvironmentAttributeSupplier<V> attribute, Consumer<AttributeTrack.Builder<V>> track)