Class InterpolationHandler

java.lang.Object
net.minecraft.world.entity.InterpolationHandler

public class InterpolationHandler extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • position

      public Vec3 position()
    • yRot

      public float yRot()
    • xRot

      public float xRot()
    • interpolateTo

      public void interpolateTo(Vec3 position, float yRot, float xRot)
    • hasActiveInterpolation

      public boolean hasActiveInterpolation()
    • setInterpolationLength

      public void setInterpolationLength(int steps)
    • interpolate

      public void interpolate()
    • cancel

      public void cancel()