ModelAnimation

@ApiStatus.Internal
class ModelAnimation : Record

Raw animation of a model.

Parameters

name

name

loop

whether to loop

uuid

uuid

override

override

length

keyframe length

animators

animators

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@NotNull
open fun animators(): @NotNull Map<String, ModelAnimator>
Gets animators
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
@NotNull
open fun loop(): @NotNull AnimationIterator.Type
Gets loop
Link copied to clipboard
@NotNull
open fun toBlueprint(@NotNull context: @NotNull ModelLoadContext, @NotNull availableUUIDs: @NotNull Set<String>, @NotNull children: @NotNull List<BlueprintElement>): @NotNull BlueprintAnimation
Converts raw animation to blueprint animation
Link copied to clipboard
abstract fun toString(): String