Interface ITexturedRect

All Superinterfaces:
ICustomGuiComponent

public interface ITexturedRect
extends ICustomGuiComponent
  • Method Details

    • getTexture

      java.lang.String getTexture()
    • setTexture

      ITexturedRect setTexture​(java.lang.String texture)
    • getWidth

      int getWidth()
    • getHeight

      int getHeight()
    • setSize

      ITexturedRect setSize​(int width, int height)
    • getScale

      float getScale()
    • setScale

      ITexturedRect setScale​(float scale)
    • getTextureX

      int getTextureX()
    • getTextureY

      int getTextureY()
    • setTextureOffset

      ITexturedRect setTextureOffset​(int offsetX, int offsetY)