Interface InterpolationHandler

All Known Implementing Classes:
AbstractInterpolationHandler, InterpolationHandler.NoOpInterpolationHandler, LinearInterpolationHandler, SteppedInterpolationHandler, SteppedInterpolationTracker

public interface InterpolationHandler
  • Field Details

  • Method Details

    • interpolationTracker

      default InterpolationTracker interpolationTracker()
    • target

    • interpolateTo

      boolean interpolateTo(@Nullable PositionPath position, float yRot, float xRot, boolean hasRotation)
    • interpolate

      void interpolate()
    • applyPredictedMovement

      void applyPredictedMovement(Vec3 delta)
    • hasActiveInterpolation

      boolean hasActiveInterpolation()
    • cancel

      void cancel()