Class Display.IntInterpolator

java.lang.Object
net.minecraft.world.entity.Display.Interpolator<Integer>
net.minecraft.world.entity.Display.IntInterpolator
Direct Known Subclasses:
Display.ColorInterpolator
Enclosing class:
Display

static class Display.IntInterpolator extends Display.Interpolator<Integer>
  • Constructor Details

    • IntInterpolator

      protected IntInterpolator(int p_270128_)
  • Method Details

    • interpolate

      protected int interpolate(float p_270179_, int p_270484_, int p_270734_)
    • get

      public int get(float p_270183_)
    • getGeneric

      protected Integer getGeneric(float p_276372_)
      Specified by:
      getGeneric in class Display.Interpolator<Integer>