Interface IButton

All Superinterfaces:
ICustomGuiComponent
All Known Subinterfaces:
ITexturedButton

public interface IButton
extends ICustomGuiComponent
  • Method Details

    • getWidth

      int getWidth()
    • getHeight

      int getHeight()
    • setSize

      IButton setSize​(int width, int height)
    • getLabel

      java.lang.String getLabel()
    • setLabel

      IButton setLabel​(java.lang.String label)
    • getTexture

      java.lang.String getTexture()
    • hasTexture

      boolean hasTexture()
    • setTexture

      IButton setTexture​(java.lang.String texture)
    • getTextureX

      int getTextureX()
    • getTextureY

      int getTextureY()
    • setTextureOffset

      IButton setTextureOffset​(int textureX, int textureY)