matchTree

open fun matchTree(@NotNull bonePredicate: @NotNull Predicate<RenderedBone>): Boolean
open fun matchTree(@NotNull predicate: @NotNull BonePredicate, @NotNull mapper: @NotNull BiPredicate<RenderedBone, BonePredicate>): Boolean
open fun matchTree(@NotNull predicate: @NotNull AnimationPredicate, @NotNull mapper: @NotNull BiPredicate<RenderedBone, AnimationPredicate>): Boolean