Package | Description |
---|---|
de.smarten.tsuro.shared.gamemodel |
The GameModel package is used by every other component of our software.
|
de.smarten.tsuro.shared.utility |
Constructor and Description |
---|
Tile(int tileId,
Rotation rotation,
ConfigurableTile ct) |
Modifier and Type | Method and Description |
---|---|
static ConfigurableTile |
TileTranslator.convertToConfigurableTile(int tileId)
Converts a tileID to the correlating configurable tile object.
|
static ConfigurableTile |
TileTranslator.convertToConfigurableTile(Tile tile)
Converts a tile object to the correlating configurable tile object.
|
Modifier and Type | Method and Description |
---|---|
static HashMap<Tile,ConfigurableTile> |
TileTranslator.getAllTiles() |
Modifier and Type | Method and Description |
---|---|
static Tile |
TileTranslator.convertToTile(ConfigurableTile configurableTile)
Converts a configurable tile object to the correlating tile object.
|
Copyright © 2017 smarTen. All rights reserved.