Interface Animator

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

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

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

    • tick

      void tick(int x, int y)
      Mappings:
      Namespace Name Mixin selector
      official a Lfoh;a(II)V
      intermediary method_45824 Lnet/minecraft/class_7768;method_45824(II)V
      named tick Lnet/minecraft/client/texture/Animator;tick(II)V
    • close

      void close()
      Specified by:
      close in interface AutoCloseable