Class KeyframeVec3
java.lang.Object
dev.bouncingelf10.timelesslib.api.animation.keyframes.KeyframeVec3
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Easingfinal Interpolationfinal doublefinal net.minecraft.world.phys.Vec3 -
Constructor Summary
ConstructorsConstructorDescriptionKeyframeVec3(double timeSeconds, net.minecraft.world.phys.Vec3 value, Interpolation interpolation, Easing easing) -
Method Summary
Modifier and TypeMethodDescriptionstatic KeyframeVec3of(double timeSeconds, net.minecraft.world.phys.Vec3 value) static KeyframeVec3static KeyframeVec3of(double timeSeconds, net.minecraft.world.phys.Vec3 value, Easing easing, Interpolation interp) static KeyframeVec3of(double timeSeconds, net.minecraft.world.phys.Vec3 value, Interpolation interp)
-
Field Details
-
timeSeconds
public final double timeSeconds -
value
public final net.minecraft.world.phys.Vec3 value -
interpolation
-
easing
-
-
Constructor Details
-
KeyframeVec3
public KeyframeVec3(double timeSeconds, net.minecraft.world.phys.Vec3 value, Interpolation interpolation, Easing easing)
-
-
Method Details
-
of
-
of
public static KeyframeVec3 of(double timeSeconds, net.minecraft.world.phys.Vec3 value, Easing easing) -
of
public static KeyframeVec3 of(double timeSeconds, net.minecraft.world.phys.Vec3 value, Interpolation interp) -
of
public static KeyframeVec3 of(double timeSeconds, net.minecraft.world.phys.Vec3 value, Easing easing, Interpolation interp)
-