Class SteppedInterpolationHandler.Step

java.lang.Object
net.minecraft.core.PositionAndRotation.Mutable
net.minecraft.world.entity.SteppedInterpolationHandler.Step
All Implemented Interfaces:
PositionAndRotation
Enclosing class:
SteppedInterpolationHandler

private static class SteppedInterpolationHandler.Step extends PositionAndRotation.Mutable
  • Field Details

    • tickOffset

      private final int tickOffset
  • Constructor Details

    • Step

      public Step(Vec3 position, float yRot, float xRot, int tickOffset)