Class AnimatedTextureWidget

All Implemented Interfaces:
WidgetTooltipHolder<TextureWidget>, Drawable
Direct Known Subclasses:
FillingArrowWidget

public class AnimatedTextureWidget extends TextureWidget
  • Field Details

    • time

      protected final int time
    • horizontal

      protected final boolean horizontal
    • endToStart

      protected final boolean endToStart
    • fullToEmpty

      protected final boolean fullToEmpty
  • Constructor Details

    • AnimatedTextureWidget

      public AnimatedTextureWidget(ResourceLocation texture, int x, int y, int width, int height, int u, int v, int regionWidth, int regionHeight, int textureWidth, int textureHeight, int time, boolean horizontal, boolean endToStart, boolean fullToEmpty)
    • AnimatedTextureWidget

      public AnimatedTextureWidget(ResourceLocation texture, int x, int y, int width, int height, int u, int v, int time, boolean horizontal, boolean endToStart, boolean fullToEmpty)
  • Method Details