Class InterpolationHandler.InterpolationData

java.lang.Object
net.minecraft.world.entity.InterpolationHandler.InterpolationData
Enclosing class:
InterpolationHandler

private static class InterpolationHandler.InterpolationData extends Object
  • Field Details

    • steps

      protected int steps
    • position

      Vec3 position
    • yRot

      float yRot
    • xRot

      float xRot
  • Constructor Details

    • InterpolationData

      private InterpolationData(int steps, Vec3 position, float yRot, float xRot)
  • Method Details

    • decrease

      public void decrease()
    • addDelta

      public void addDelta(Vec3 delta)
    • addRotation

      public void addRotation(float yRot, float xRot)