TrackerBuiltInAnimation
class TrackerBuiltInAnimation
A utility class for managing built-in animations for trackers.
Since
2.2.0
Properties
Link copied to clipboard
The default idle animation.
Link copied to clipboard
The default flying idle animation for entity trackers.
Link copied to clipboard
The default spawn animation for entity trackers.
Link copied to clipboard
The default walk animation for entity trackers.
Link copied to clipboard
The default flying walk animation for entity trackers.
Functions
Link copied to clipboard
open fun <T : Tracker?> register(@NotNull name: @NotNull String, @NotNull builderFunction: @NotNull (TrackerAnimation.Builder<Tracker>) -> TrackerAnimation.Builder<T>): @NotNull TrackerAnimation<T>
Registers a new tracker animation.