Package net.minecraft.world.entity
Class Display.FloatInterpolator
java.lang.Object
net.minecraft.world.entity.Display.Interpolator<Float>
net.minecraft.world.entity.Display.FloatInterpolator
- Enclosing class:
- Display
-
Field Summary
Fields inherited from class net.minecraft.world.entity.Display.Interpolator
currentValue, lastValue -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatget(float p_270330_) protected FloatgetGeneric(float p_276367_) protected floatinterpolate(float p_270533_, float p_270482_, float p_270980_) Methods inherited from class net.minecraft.world.entity.Display.Interpolator
updateValue
-
Constructor Details
-
FloatInterpolator
protected FloatInterpolator(float p_270764_)
-
-
Method Details
-
interpolate
protected float interpolate(float p_270533_, float p_270482_, float p_270980_) -
get
public float get(float p_270330_) -
getGeneric
- Specified by:
getGenericin classDisplay.Interpolator<Float>
-