Class SpriteContents.Ticker
java.lang.Object
net.minecraft.client.renderer.texture.SpriteContents.Ticker
- All Implemented Interfaces:
- AutoCloseable,- SpriteTicker
- Enclosing class:
- SpriteContents
- 
Field SummaryFieldsModifier and TypeFieldDescription(package private) final SpriteContents.AnimatedTexture(package private) intprivate final SpriteContents.InterpolationData(package private) int
- 
Constructor SummaryConstructorsConstructorDescriptionTicker(SpriteContents.AnimatedTexture p_249618_, SpriteContents.InterpolationData p_251097_) 
- 
Method Summary
- 
Field Details- 
frameint frame
- 
subFrameint subFrame
- 
animationInfo
- 
interpolationData
 
- 
- 
Constructor Details- 
TickerTicker(SpriteContents.AnimatedTexture p_249618_, @Nullable SpriteContents.InterpolationData p_251097_) 
 
- 
- 
Method Details- 
tickAndUploadpublic void tickAndUpload(int p_249105_, int p_249676_) - Specified by:
- tickAndUploadin interface- SpriteTicker
 
- 
closepublic void close()- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- SpriteTicker
 
 
-