Class Display.PosRotInterpolationTarget

java.lang.Object
net.minecraft.world.entity.Display.PosRotInterpolationTarget
Enclosing class:
Display

static class Display.PosRotInterpolationTarget extends Object
  • Field Details

    • steps

      int steps
    • targetX

      final double targetX
    • targetY

      final double targetY
    • targetZ

      final double targetZ
    • targetYRot

      final double targetYRot
    • targetXRot

      final double targetXRot
  • Constructor Details

    • PosRotInterpolationTarget

      PosRotInterpolationTarget(int steps, double targetX, double targetY, double targetZ, double targetYRot, double targetXRot)
  • Method Details

    • applyTargetPosAndRot

      void applyTargetPosAndRot(Entity entity)
    • applyLerpStep

      void applyLerpStep(Entity entity)