Class SpriteContents.InterpolationData

java.lang.Object
net.minecraft.client.renderer.texture.SpriteContents.InterpolationData
All Implemented Interfaces:
AutoCloseable
Enclosing class:
SpriteContents

final class SpriteContents.InterpolationData extends Object implements AutoCloseable
  • Field Details

    • activeFrame

      private final NativeImage[] activeFrame
  • Constructor Details

    • InterpolationData

      InterpolationData()
  • Method Details

    • uploadInterpolatedFrame

      void uploadInterpolatedFrame(int p_250513_, int p_251644_, SpriteContents.Ticker p_248626_)
    • getPixel

      private int getPixel(SpriteContents.AnimatedTexture p_251976_, int p_250761_, int p_250049_, int p_250004_, int p_251489_)
    • mix

      private int mix(double p_250974_, int p_252151_, int p_249832_)
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable