iterateTree

open fun iterateTree(@NotNull boneConsumer: @NotNull Consumer<RenderedBone>)
open fun iterateTree(@NotNull predicate: @NotNull BonePredicate, @NotNull mapper: @NotNull BiPredicate<RenderedBone, BonePredicate>): Boolean