animate

open fun animate(@NotNull animation: @NotNull String): Boolean
open fun animate(@NotNull animation: @NotNull String, modifier: AnimationModifier): Boolean
open fun animate(@NotNull filter: @NotNull Predicate<RenderedBone>, @NotNull animation: @NotNull String, modifier: AnimationModifier, removeTask: Runnable): Boolean