stopAnimation

open fun stopAnimation(@NotNull animation: String)

Stops some animation

Parameters

animation

animation's name


open fun stopAnimation(@NotNull filter: Predicate<RenderedBone>, @NotNull animation: String)

Stops some animation

Parameters

filter

bone predicate

animation

animation's name