Class InterpolatedValue
java.lang.Object
com.simibubi.create.foundation.utility.animation.InterpolatedValue
- Direct Known Subclasses:
InterpolatedAngle,InterpolatedChasingValue
Deprecated.
Use
LerpedFloat instead.-
Field Details
-
value
public float valueDeprecated. -
lastValue
public float lastValueDeprecated.
-
-
Constructor Details
-
InterpolatedValue
public InterpolatedValue()Deprecated.
-
-
Method Details
-
set
Deprecated. -
init
Deprecated. -
get
public float get(float partialTicks) Deprecated. -
settled
public boolean settled()Deprecated.
-