ModelManager
interface ModelManager
Model Manager
Functions
Link copied to clipboard
open fun animate(@NotNull player: @NotNull Player, @NotNull model: @NotNull String, @NotNull animation: @NotNull String): Boolean
Play's animation to this player
open fun animate(@NotNull player: @NotNull Player, @NotNull model: @NotNull String, @NotNull animation: @NotNull String, @NotNull modifier: @NotNull AnimationModifier): Boolean
open fun animate(@NotNull player: @NotNull Player, @NotNull model: @NotNull String, @NotNull animation: @NotNull String, @NotNull modifier: @NotNull AnimationModifier, @NotNull consumer: @NotNull Consumer<EntityTracker>): Boolean
Play's animation to this player with a specific loop type.
Link copied to clipboard
Gets renderer for player animation by name.
Link copied to clipboard
Gets all renderers for player animation.
Link copied to clipboard
Gets renderer by name
Link copied to clipboard
Gets all renderers
Link copied to clipboard