public interface IDrawableAnimated extends IDrawable
IDrawable, useful for showing a gui animation like furnace flames or progress arrows.
Useful for drawing miscellaneous things in IRecipeCategory.drawExtras(Minecraft) and IRecipeWrapper.drawInfo(Minecraft, int, int, int, int).
To create an instance, use IGuiHelper#createAnimatedDrawable(IDrawableStatic, int, StartDirection, boolean).
Internally, these use an ITickTimer to simulate tick-driven animations.