java.lang.Object
meteordevelopment.meteorclient.gui.widgets.WWidget
meteordevelopment.meteorclient.gui.widgets.WTexture
All Implemented Interfaces:
BaseWidget

public class WTexture extends WWidget
  • Constructor Details

    • WTexture

      public WTexture(double width, double height, double rotation, Texture texture)
  • Method Details

    • onCalculateSize

      protected void onCalculateSize()
      Overrides:
      onCalculateSize in class WWidget
    • onRender

      protected void onRender(GuiRenderer renderer, double mouseX, double mouseY, double delta)
      Overrides:
      onRender in class WWidget