Class TextureAtlasSprite.InterpolationData
java.lang.Object
net.minecraft.client.renderer.texture.TextureAtlasSprite.InterpolationData
- All Implemented Interfaces:
AutoCloseable
- Enclosing class:
- TextureAtlasSprite
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprivate
InterpolationData
(TextureAtlasSprite.Info p_i226051_2_, int p_i226051_3_) -
Method Summary
-
Field Details
-
activeFrame
-
-
Constructor Details
-
InterpolationData
-
-
Method Details
-
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 interfaceAutoCloseable
-