Class InterpolatedChasingValue

java.lang.Object
com.simibubi.create.foundation.utility.animation.InterpolatedValue
com.simibubi.create.foundation.utility.animation.InterpolatedChasingValue
Direct Known Subclasses:
InterpolatedChasingAngle

@Deprecated public class InterpolatedChasingValue extends InterpolatedValue
Deprecated.
Use LerpedFloat instead.
  • Constructor Details

    • InterpolatedChasingValue

      public InterpolatedChasingValue()
      Deprecated.
  • Method Details

    • tick

      public void tick()
      Deprecated.
    • getCurrentDiff

      protected float getCurrentDiff()
      Deprecated.
    • withSpeed

      public InterpolatedChasingValue withSpeed(float speed)
      Deprecated.
    • target

      public InterpolatedChasingValue target(float target)
      Deprecated.
    • start

      public InterpolatedChasingValue start(float value)
      Deprecated.
    • getTarget

      public float getTarget()
      Deprecated.