Uses of Interface
dev.wyck.level.dimension.timeline.Keyframe
Packages that use Keyframe
-
Uses of Keyframe in dev.wyck.level.dimension.timeline
Methods in dev.wyck.level.dimension.timeline that return KeyframeModifier and TypeMethodDescriptionKeyframe.Builder.build()Builds the keyframe.static <V> Keyframe<V> Keyframe.of(int ticks, V value) Creates a new keyframe with the given ticks and value.Methods in dev.wyck.level.dimension.timeline that return types with arguments of type KeyframeMethod parameters in dev.wyck.level.dimension.timeline with type arguments of type KeyframeModifier and TypeMethodDescriptionSets the keyframes of the 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 Keyframe