Interface ITexturedRect

All Superinterfaces:
ICustomGuiComponent

public interface ITexturedRect extends ICustomGuiComponent
  • Method Details

    • getTexture

      String getTexture()
    • setTexture

      ITexturedRect setTexture(String texture)
    • getScale

      float getScale()
    • setScale

      ITexturedRect setScale(float scale)
    • getTextureX

      int getTextureX()
    • getTextureY

      int getTextureY()
    • setTextureOffset

      ITexturedRect setTextureOffset(int offsetX, int offsetY)
    • setRepeatingTexture

      ITexturedRect setRepeatingTexture(int width, int height, int borderSize)