Class Display.Interpolator<T>

java.lang.Object
net.minecraft.world.entity.Display.Interpolator<T>
Direct Known Subclasses:
Display.FloatInterpolator, Display.GenericInterpolator, Display.IntInterpolator
Enclosing class:
Display

abstract static class Display.Interpolator<T> extends Object
  • Field Details

    • lastValue

      @Nullable protected T lastValue
    • currentValue

      protected T currentValue
  • Constructor Details

    • Interpolator

      protected Interpolator(T p_270191_)
  • Method Details

    • getGeneric

      protected abstract T getGeneric(float p_276365_)
    • updateValue

      public void updateValue(float p_276301_, T p_276291_)