replaceSingle

open fun replaceSingle(@NotNull target: String, @NotNull animation: String): Boolean

Replaces some animation by once

Return

success

Parameters

target

old animation's name

animation

new animation's name


open fun replaceSingle(@NotNull filter: Predicate<RenderedBone>, @NotNull target: String, @NotNull animation: String): Boolean

Replaces some animation by once

Return

success

Parameters

filter

bone predicate

target

old animation's name

animation

new animation's name