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


open fun matchTree(@NotNull predicate: @NotNull Predicate<RenderedBone>): Boolean

Checks if any bones match a predicate.

Return

true if any bones matched

Since

1.15.2

Parameters

predicate

the predicate