Package noppes.npcs.api.overlay
Interface ITexturedRect
- All Superinterfaces:
IOverlayComponent
-
Method Summary
Modifier and TypeMethodDescriptionintfloat[]getRGB()intintintintfloat[]getUV()intgetWidth()setHeight(int height) setRGB(float r, float g, float b, float a) setTexture(String texture) setTextureMaxSize(int textureMaxX, int textureMaxY) setTextureOffset(int offsetX, int offsetY) setUV(float x1, float y1, float x2, float y2) setWidth(int width)
-
Method Details
-
getTexture
String getTexture() -
setTexture
-
getWidth
int getWidth() -
setWidth
-
getHeight
int getHeight() -
setHeight
-
getUV
float[] getUV() -
setUV
-
setRGB
-
getRGB
float[] getRGB() -
getTextureX
int getTextureX() -
getTextureY
int getTextureY() -
getTextureMaxX
int getTextureMaxX() -
getTextureMaxY
int getTextureMaxY() -
setTextureOffset
-
setTextureMaxSize
-