java.lang.Object
dev.bouncingelf10.timelesslib.api.animation.keyframes.KeyframeVec3

public class KeyframeVec3 extends Object
  • Field Details

    • timeSeconds

      public final double timeSeconds
    • value

      public final net.minecraft.world.phys.Vec3 value
    • interpolation

      public final Interpolation interpolation
    • easing

      public final Easing easing
  • Constructor Details

    • KeyframeVec3

      public KeyframeVec3(double timeSeconds, net.minecraft.world.phys.Vec3 value, Interpolation interpolation, Easing easing)
  • Method Details

    • of

      public static KeyframeVec3 of(double timeSeconds, net.minecraft.world.phys.Vec3 value)
    • 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)