Class Display.GenericInterpolator<T>

java.lang.Object
net.minecraft.world.entity.Display.Interpolator<T>
net.minecraft.world.entity.Display.GenericInterpolator<T>
Enclosing class:
Display

abstract static class Display.GenericInterpolator<T> extends Display.Interpolator<T>
  • Constructor Details

    • GenericInterpolator

      protected GenericInterpolator(T p_270744_)
  • Method Details

    • interpolate

      protected abstract T interpolate(float p_270830_, T p_270924_, T p_270755_)
    • get

      public T get(float p_270270_)
    • getGeneric

      protected T getGeneric(float p_276362_)
      Specified by:
      getGeneric in class Display.Interpolator<T>