Class Frame

java.lang.Object
foundry.veil.api.client.anim.Frame
Direct Known Subclasses:
Keyframe

public class Frame extends Object
  • 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

      public Frame copy()
    • interpolate

      public Frame interpolate(Frame frame, float progress, Easings.Easing easing)
    • bezierInterpolate

      public Frame bezierInterpolate(Frame frame, float progress, Easings.Easing easing)