Package net.minecraft.client.texture
Interface Animator
- All Superinterfaces:
 AutoCloseable
- All Known Implementing Classes:
 SpriteContents.AnimatorImpl
- Mappings:
 Namespace Name official furintermediary net/minecraft/class_7768named net/minecraft/client/texture/Animator
- 
Method Summary
 
- 
Method Details
- 
tick
void tick(int x, int y) - Mappings:
 Namespace Name Mixin selector official aLfur;a(II)Vintermediary method_45824Lnet/minecraft/class_7768;method_45824(II)Vnamed tickLnet/minecraft/client/texture/Animator;tick(II)V
 - 
close
void close()- Specified by:
 closein interfaceAutoCloseable
 
 -