animateSingle
Players this animation by once
Return
success
Parameters
animation
animation's name
Players this animation by once
Return
success
Parameters
animation
animation's name
modifier
modifier
open fun animateSingle(@NotNull animation: String, modifier: AnimationModifier, removeTask: Runnable): Boolean
Players this animation by once
Return
success
Parameters
animation
animation's name
modifier
modifier
removeTask
remove task
open fun animateSingle(@NotNull filter: Predicate<RenderedBone>, @NotNull animation: String, modifier: AnimationModifier, removeTask: Runnable): Boolean
Players this animation by once
Return
success
Parameters
filter
bone predicate
animation
animation's name
modifier
modifier
removeTask
remove task