Class TextureAtlasSprite.InterpolationData
- java.lang.Object
-
- net.minecraft.client.renderer.texture.TextureAtlasSprite.InterpolationData
-
- All Implemented Interfaces:
java.lang.AutoCloseable
- Enclosing class:
- TextureAtlasSprite
final class TextureAtlasSprite.InterpolationData extends java.lang.Object implements java.lang.AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description private NativeImage[]
activeFrame
-
Constructor Summary
Constructors Modifier Constructor Description private
InterpolationData(TextureAtlasSprite.Info p_i226051_2_, int p_i226051_3_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
private int
getPixel(int p_229259_1_, int p_229259_2_, int p_229259_3_, int p_229259_4_)
private int
mix(double p_229258_1_, int p_229258_3_, int p_229258_4_)
private void
uploadInterpolatedFrame()
-
-
-
Field Detail
-
activeFrame
private final NativeImage[] activeFrame
-
-
Constructor Detail
-
InterpolationData
private InterpolationData(TextureAtlasSprite.Info p_i226051_2_, int p_i226051_3_)
-
-
Method Detail
-
uploadInterpolatedFrame
private void uploadInterpolatedFrame()
-
getPixel
private int getPixel(int p_229259_1_, int p_229259_2_, int p_229259_3_, int p_229259_4_)
-
mix
private int mix(double p_229258_1_, int p_229258_3_, int p_229258_4_)
-
close
public void close()
- Specified by:
close
in interfacejava.lang.AutoCloseable
-
-