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.draw(Object, com.mojang.blaze3d.matrix.MatrixStack, double, double)
.
To create an instance, use IGuiHelper#createAnimatedDrawable(IDrawableStatic, int, StartDirection, boolean)
.
Internally, these use an ITickTimer
to simulate tick-driven animations.