Class InterpolatedChasingAngle
java.lang.Object
com.simibubi.create.foundation.utility.animation.InterpolatedValue
com.simibubi.create.foundation.utility.animation.InterpolatedChasingValue
com.simibubi.create.foundation.utility.animation.InterpolatedChasingAngle
Deprecated.
Use
LerpedFloat instead.-
Field Summary
Fields inherited from class com.simibubi.create.foundation.utility.animation.InterpolatedValue
lastValue, value -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatget(float partialTicks) Deprecated.protected floatDeprecated.Methods inherited from class com.simibubi.create.foundation.utility.animation.InterpolatedChasingValue
getTarget, start, target, tick, withSpeedMethods inherited from class com.simibubi.create.foundation.utility.animation.InterpolatedValue
init, set, settled
-
Constructor Details
-
InterpolatedChasingAngle
public InterpolatedChasingAngle()Deprecated.
-
-
Method Details
-
get
public float get(float partialTicks) Deprecated.- Overrides:
getin classInterpolatedValue
-
getCurrentDiff
protected float getCurrentDiff()Deprecated.- Overrides:
getCurrentDiffin classInterpolatedChasingValue
-