Class PositionInterpolator1_8

java.lang.Object
net.minecraft.world.entity.InterpolationHandler
com.viaversion.viafabricplus.features.entity.r1_8_boat.PositionInterpolator1_8

public final class PositionInterpolator1_8 extends net.minecraft.world.entity.InterpolationHandler
  • Nested Class Summary

    Nested classes/interfaces inherited from class net.minecraft.world.entity.InterpolationHandler

    net.minecraft.world.entity.InterpolationHandler.InterpolationData
  • Field Summary

    Fields inherited from class net.minecraft.world.entity.InterpolationHandler

    DEFAULT_INTERPOLATION_STEPS, interpolationData
  • Constructor Summary

    Constructors
    Constructor
    Description
    PositionInterpolator1_8(net.minecraft.world.entity.vehicle.boat.AbstractBoat entity)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    interpolateTo(net.minecraft.world.phys.Vec3 pos, float yaw, float pitch)
     

    Methods inherited from class net.minecraft.world.entity.InterpolationHandler

    cancel, hasActiveInterpolation, position, setInterpolationLength, xRot, yRot

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PositionInterpolator1_8

      public PositionInterpolator1_8(net.minecraft.world.entity.vehicle.boat.AbstractBoat entity)
  • Method Details

    • interpolateTo

      public void interpolateTo(net.minecraft.world.phys.Vec3 pos, float yaw, float pitch)
      Overrides:
      interpolateTo in class net.minecraft.world.entity.InterpolationHandler
    • interpolate

      public void interpolate()
      Overrides:
      interpolate in class net.minecraft.world.entity.InterpolationHandler