Class ImageWidget.Texture

All Implemented Interfaces:
GuiEventListener, Renderable, TabOrderedElement, LayoutElement, NarratableEntry, NarrationSupplier
Enclosing class:
ImageWidget

private static class ImageWidget.Texture extends ImageWidget
  • Field Details

    • texture

      private Identifier texture
    • textureWidth

      private final int textureWidth
    • textureHeight

      private final int textureHeight
  • Constructor Details

    • Texture

      public Texture(int x, int y, int width, int height, Identifier texture, int textureWidth, int textureHeight)
  • Method Details