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 pSteps, double pTargetX, double pTargetY, double pTargetZ, double pTargetYRot, double pTargetXRot)
  • Method Details

    • applyTargetPosAndRot

      void applyTargetPosAndRot(Entity pEntity)
    • applyLerpStep

      void applyLerpStep(Entity pEntity)