Package foundry.veil.api.client.anim
Class Keyframe
java.lang.Object
foundry.veil.api.client.anim.Frame
foundry.veil.api.client.anim.Keyframe
-
Constructor Summary
ConstructorDescriptionKeyframe
(net.minecraft.world.phys.Vec3 position, net.minecraft.world.phys.Vec3 rotation, net.minecraft.world.phys.Vec3 scale, int duration, Easings.Easing easing) -
Method Summary
Methods inherited from class foundry.veil.api.client.anim.Frame
bezierInterpolate, getPosition, getRotation, getScale, interpolate
-
Constructor Details
-
Keyframe
public Keyframe(net.minecraft.world.phys.Vec3 position, net.minecraft.world.phys.Vec3 rotation, net.minecraft.world.phys.Vec3 scale, int duration, Easings.Easing easing)
-
-
Method Details