Package kr.toxicity.model.api.animation
Class AnimationModifier.Builder
java.lang.Object
kr.toxicity.model.api.animation.AnimationModifier.Builder
- Enclosing class:
AnimationModifier
Builder
-
Method Summary
Modifier and TypeMethodDescription@NotNull AnimationModifierbuild()@NotNull AnimationModifier.Builderend(int end) @NotNull AnimationModifier.Builder@NotNull AnimationModifier.Builderplayer(@Nullable org.bukkit.entity.Player player) @NotNull AnimationModifier.Builderpredicate(@NotNull BooleanSupplier predicate) @NotNull AnimationModifier.Builderspeed(@NotNull FloatSupplier speed) @NotNull AnimationModifier.Builderstart(int start) @NotNull AnimationModifier.Buildertype(AnimationIterator.Type type)
-
Method Details
-
predicate
@NotNull public @NotNull AnimationModifier.Builder predicate(@NotNull @NotNull BooleanSupplier predicate) -
start
-
end
-
type
-
speed
-
override
-
player
@NotNull public @NotNull AnimationModifier.Builder player(@Nullable @Nullable org.bukkit.entity.Player player) -
build
-