Package foundry.veil.api.client.anim
Class Frame
java.lang.Object
foundry.veil.api.client.anim.Frame
- Direct Known Subclasses:
Keyframe
-
Constructor Summary
ConstructorDescriptionFrame
(net.minecraft.world.phys.Vec3 position, net.minecraft.world.phys.Vec3 rotation, net.minecraft.world.phys.Vec3 scale) -
Method Summary
Modifier and TypeMethodDescriptionbezierInterpolate
(Frame frame, float progress, Easings.Easing easing) copy()
net.minecraft.world.phys.Vec3
net.minecraft.world.phys.Vec3
net.minecraft.world.phys.Vec3
getScale()
interpolate
(Frame frame, float progress, Easings.Easing easing)
-
Constructor Details
-
Frame
public Frame(net.minecraft.world.phys.Vec3 position, net.minecraft.world.phys.Vec3 rotation, net.minecraft.world.phys.Vec3 scale)
-
-
Method Details
-
getPosition
public net.minecraft.world.phys.Vec3 getPosition() -
getRotation
public net.minecraft.world.phys.Vec3 getRotation() -
getScale
public net.minecraft.world.phys.Vec3 getScale() -
copy
-
interpolate
-
bezierInterpolate
-