matchTree
open fun matchTree(@NotNull predicate: @NotNull BonePredicate, mapper: BiPredicate<RenderedBone, BonePredicate>): Boolean
Applies a mapper to bones matching a predicate.
Return
true if any bones matched
Since
1.15.2
Parameters
predicate
the bone predicate
mapper
the mapper function
Checks if any bones match a predicate.
Return
true if any bones matched
Since
1.15.2
Parameters
predicate
the predicate