Class SpriteContents.InterpolationData
java.lang.Object
net.minecraft.client.renderer.texture.SpriteContents.InterpolationData
- All Implemented Interfaces:
 AutoCloseable
- Enclosing class:
 - SpriteContents
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidclose()private intgetPixel(SpriteContents.AnimatedTexture p_251976_, int p_250761_, int p_250049_, int p_250004_, int p_251489_) private intmix(double p_250974_, int p_252151_, int p_249832_) (package private) voiduploadInterpolatedFrame(int p_250513_, int p_251644_, SpriteContents.Ticker p_248626_)  
- 
Field Details
- 
activeFrame
 
 - 
 - 
Constructor Details
- 
InterpolationData
InterpolationData() 
 - 
 - 
Method Details
- 
uploadInterpolatedFrame
 - 
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:
 closein interfaceAutoCloseable
 
 -