All Methods Static Methods Instance Methods Abstract Methods Concrete Methods
| Modifier and Type |
Method and Description |
boolean |
canCloseWithInvKey() |
static int |
getElementColor() |
static int |
getElementOutlineColor() |
static int |
getGuiColor() |
int |
getHeight() |
abstract IResourceName |
getName() |
int |
getPriority() |
int |
getRenderX() |
int |
getRenderY() |
static int |
getUnselectedElementColor() |
int |
getWidth() |
int |
getX() |
int |
getY() |
boolean |
isActive() |
boolean |
isMouseOver(IGameInstance game) |
boolean |
isMouseOverPrioritized(IGameInstance game) |
boolean |
onCharInput(IGameInstance game,
int codePoint,
char[] characters) |
boolean |
onKeyPressed(IGameInstance game,
int button) |
boolean |
onMouseAction(IGameInstance game,
int button,
float x,
float y) |
void |
render(IGameInstance game,
IAssetManager manager,
IRenderer g,
int x,
int y) |
void |
renderOverlay(IGameInstance game,
IAssetManager manager,
IRenderer g,
int x,
int y) |
void |
setActive(boolean active) |
boolean |
shouldDoFingerCursor(IGameInstance game) |
java.lang.String |
toString() |
void |
update(IGameInstance game) |