Interface Animator

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
SpriteContents.AnimatorImpl

@Environment(CLIENT) public interface Animator extends AutoCloseable
Mappings:
Namespace Name
named net/minecraft/client/texture/Animator
intermediary net/minecraft/class_7768
official hjg
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    tick(int x, int y, DrawableTexture drawableTexture)
     
  • Method Details

    • tick

      void tick(int x, int y, DrawableTexture drawableTexture)
      Mappings:
      Namespace Name Mixin selector
      named tick Lnet/minecraft/client/texture/Animator;tick(IILnet/minecraft/client/texture/DrawableTexture;)V
      intermediary method_45824 Lnet/minecraft/class_7768;method_45824(IILnet/minecraft/class_10792;)V
      official a Lhjg;a(IILfjr;)V
    • close

      void close()
      Specified by:
      close in interface AutoCloseable