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>
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
Link copied to clipboard
@NotNull
open fun toBlueprint(@NotNull children: @NotNull List<BlueprintChildren>, @NotNull placeholder: @NotNull ModelPlaceholder): @NotNull BlueprintAnimation
Converts raw animation to blueprint animation
Link copied to clipboard
abstract fun toString(): String