Package | Description |
---|---|
net.csn.dr2d |
Modifier and Type | Field and Description |
---|---|
TileType |
Tile.tileType |
Modifier and Type | Method and Description |
---|---|
static TileType |
TileType.fromDecValue(int val) |
static TileType |
TileType.fromHexValue(java.lang.String hexVal) |
static TileType |
TileType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TileType[] |
TileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
Tile(TileType tileType,
int tileLocX,
int tileLocY) |