update
Forces an update action on all bones.
Since
1.15.2
Parameters
action
the update action
<T>
the action type
open fun <T : TrackerUpdateAction?> update(@NotNull action: @NotNull T, @NotNull predicate: @NotNull Predicate<RenderedBone>)
open fun <T : TrackerUpdateAction?> update(@NotNull action: @NotNull T, @NotNull predicate: @NotNull BonePredicate)
Forces an update action on filtered bones.
Since
1.15.2
Parameters
action
the update action
predicate
the bone predicate
<T>
the action type