Class KeyframedAnimation.Builder
java.lang.Object
foundry.veil.api.client.necromancer.animation.keyframe.KeyframedAnimation.Builder
- Enclosing class:
KeyframedAnimation<P extends SkeletonParent<?,
?>, S extends Skeleton>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addKeyframe
(String boneId, float time, Interpolation interpolation, org.joml.Vector3fc position, org.joml.Vector3fc size, org.joml.Quaternionfc orientation) KeyframedAnimation
<?, ?> build()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
addKeyframe
public void addKeyframe(String boneId, float time, Interpolation interpolation, org.joml.Vector3fc position, org.joml.Vector3fc size, org.joml.Quaternionfc orientation) -
build
-