Builder

class Builder

Builder

Functions

Link copied to clipboard
@NotNull
open fun build(): @NotNull AnimationModifier
Link copied to clipboard
@NotNull
open fun end(end: Int): @NotNull AnimationModifier.Builder
Link copied to clipboard
@NotNull
open fun override(@Nullable override: @Nullable Boolean): @NotNull AnimationModifier.Builder
Link copied to clipboard
@NotNull
open fun player(@Nullable player: @Nullable Player): @NotNull AnimationModifier.Builder
Link copied to clipboard
@NotNull
open fun predicate(@NotNull predicate: @NotNull BooleanSupplier): @NotNull AnimationModifier.Builder
Link copied to clipboard
@NotNull
open fun speed(@NotNull speed: @NotNull FloatSupplier): @NotNull AnimationModifier.Builder
Link copied to clipboard
@NotNull
open fun start(start: Int): @NotNull AnimationModifier.Builder
Link copied to clipboard
@NotNull
open fun type(@Nullable type: @Nullable AnimationIterator.Type): @NotNull AnimationModifier.Builder