Package net.minecraft.world.entity
Class Display.GenericInterpolator<T>
java.lang.Object
net.minecraft.world.entity.Display.Interpolator<T>
net.minecraft.world.entity.Display.GenericInterpolator<T>
- Enclosing class:
- Display
-
Field Summary
Fields inherited from class net.minecraft.world.entity.Display.Interpolator
currentValue, lastValue
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionget
(float p_270270_) protected T
getGeneric
(float p_276362_) protected abstract T
interpolate
(float p_270830_, T p_270924_, T p_270755_) Methods inherited from class net.minecraft.world.entity.Display.Interpolator
updateValue
-
Constructor Details
-
GenericInterpolator
-
-
Method Details
-
interpolate
-
get
-
getGeneric
- Specified by:
getGeneric
in classDisplay.Interpolator<T>
-