Class AbstractInterpolationHandler

java.lang.Object
net.minecraft.world.entity.AbstractInterpolationHandler
All Implemented Interfaces:
InterpolationHandler
Direct Known Subclasses:
LinearInterpolationHandler, SteppedInterpolationHandler

public abstract class AbstractInterpolationHandler extends Object implements InterpolationHandler
  • Field Details

    • entity

      protected final Entity entity
    • interpolationSteps

      protected int interpolationSteps
    • lastPositionAndRotation

      protected final PositionAndRotation.Mutable lastPositionAndRotation
  • Constructor Details

    • AbstractInterpolationHandler

      public AbstractInterpolationHandler(Entity entity, int interpolationSteps)
  • Method Details