addPositionModifier

open fun addPositionModifier(@NotNull predicate: @NotNull BonePredicate, @NotNull mapper: @NotNull (Vector3f) -> Vector3f): Boolean

Adds a position modifier to matching bones.

Return

true if any bones were modified

Since

1.15.2

Parameters

predicate

the predicate to select bones

mapper

the position mapping function