| Modifier and Type | Field and Description |
|---|---|
static int |
BOTTOM_LEFT |
static int |
BOTTOM_RIGHT |
static int |
TOP_LEFT |
static int |
TOP_RIGHT |
| Modifier and Type | Method and Description |
|---|---|
void |
bind() |
ITexture |
copyAndFlip(boolean flipHor,
boolean flipVert) |
void |
draw(float x,
float y) |
void |
draw(float x,
float y,
float scale) |
void |
draw(float x,
float y,
float width,
float height) |
void |
draw(float x,
float y,
float x2,
float y2,
float srcX,
float srcY,
float srcX2,
float srcY2) |
void |
draw(float x,
float y,
float x2,
float y2,
float srcX,
float srcY,
float srcX2,
float srcY2,
int filter) |
void |
draw(float x,
float y,
float x2,
float y2,
float srcX,
float srcY,
float srcX2,
float srcY2,
int[] light) |
void |
draw(float x,
float y,
float x2,
float y2,
float srcX,
float srcY,
float srcX2,
float srcY2,
int[] light,
int filter) |
void |
draw(float x,
float y,
float width,
float height,
int filter) |
void |
draw(float x,
float y,
float width,
float height,
int[] light) |
void |
draw(float x,
float y,
float width,
float height,
int[] light,
int filter) |
com.google.gson.JsonElement |
getAdditionalData(java.lang.String name) |
float |
getAngle() |
float |
getCenterX() |
float |
getCenterY() |
ITexture |
getCopy() |
float |
getHeight() |
ITexture |
getPositionalVariation(int x,
int y) |
ITexture |
getSubTexture(float x,
float y,
float width,
float height) |
int |
getTextureColor(int x,
int y) |
float |
getTextureHeight() |
float |
getTextureOffsetX() |
float |
getTextureOffsetY() |
float |
getTextureWidth() |
int |
getUnderlyingHeight() |
int |
getUnderlyingWidth() |
ITexture |
getVariation(java.util.Random random) |
float |
getWidth() |
boolean |
hasAlpha() |
void |
setRotation(float angle) |
void |
setRotationCenter(float x,
float y) |
static final int TOP_LEFT
static final int TOP_RIGHT
static final int BOTTOM_RIGHT
static final int BOTTOM_LEFT
void draw(float x,
float y)
void draw(float x,
float y,
float scale)
void draw(float x,
float y,
float width,
float height)
void draw(float x,
float y,
float width,
float height,
int[] light)
void draw(float x,
float y,
float width,
float height,
int filter)
void draw(float x,
float y,
float width,
float height,
int[] light,
int filter)
void draw(float x,
float y,
float x2,
float y2,
float srcX,
float srcY,
float srcX2,
float srcY2)
void draw(float x,
float y,
float x2,
float y2,
float srcX,
float srcY,
float srcX2,
float srcY2,
int[] light)
void draw(float x,
float y,
float x2,
float y2,
float srcX,
float srcY,
float srcX2,
float srcY2,
int filter)
void draw(float x,
float y,
float x2,
float y2,
float srcX,
float srcY,
float srcX2,
float srcY2,
int[] light,
int filter)
float getWidth()
float getHeight()
int getUnderlyingWidth()
int getUnderlyingHeight()
float getTextureWidth()
float getTextureHeight()
float getTextureOffsetX()
float getTextureOffsetY()
float getCenterX()
float getCenterY()
float getAngle()
int getTextureColor(int x,
int y)
void setRotation(float angle)
void setRotationCenter(float x,
float y)
com.google.gson.JsonElement getAdditionalData(java.lang.String name)
ITexture copyAndFlip(boolean flipHor, boolean flipVert)
ITexture getCopy()
ITexture getVariation(java.util.Random random)
ITexture getPositionalVariation(int x, int y)
void bind()
boolean hasAlpha()
ITexture getSubTexture(float x, float y, float width, float height)