Package | Description |
---|---|
carsproject.map |
Modifier and Type | Method and Description |
---|---|
TileType |
ITile.getType()
Returns the run-time type of the tile under consideration.
|
TileType |
AbstractTile.getType() |
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.
|