Interface Sprite.TickableAnimation

All Superinterfaces:
AutoCloseable
Enclosing class:
Sprite

@Environment(CLIENT) public static interface Sprite.TickableAnimation extends AutoCloseable
Mappings:
Namespace Name
official fol$a
intermediary net/minecraft/class_1058$class_7770
named net/minecraft/client/texture/Sprite$TickableAnimation
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
  • Method Details

    • tick

      void tick()
      Mappings:
      Namespace Name Mixin selector
      official a Lfol$a;a()V
      intermediary method_45853 Lnet/minecraft/class_1058$class_7770;method_45853()V
      named tick Lnet/minecraft/client/texture/Sprite$TickableAnimation;tick()V
    • close

      void close()
      Specified by:
      close in interface AutoCloseable