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 p_297638_, double p_297433_, double p_297414_, double p_300814_, double p_297927_, double p_297784_)
  • Method Details

    • applyTargetPosAndRot

      void applyTargetPosAndRot(Entity p_297540_)
    • applyLerpStep

      void applyLerpStep(Entity p_300902_)