tick

open fun tick(@NotNull bundler: @NotNull AnimationBundler): Boolean

Ticks the model, updating animations and IK.

Return

true if any updates occurred

Since

1.15.2

Parameters

bundler

the packet bundler to use


open fun tick(@NotNull uuid: @NotNull UUID, @NotNull bundler: @NotNull AnimationBundler): Boolean

Ticks the model for a specific player (e.g., for per-player animations).

Return

true if any updates occurred

Since

1.15.2

Parameters

uuid

the UUID of the player

bundler

the packet bundler to use