Modifier and Type | Field and Description |
---|---|
Tile[][] |
TileMap.mapTileGrid
a two-dimensional array storing only the
Tile objects
specified by this TileMap. |
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<Tile> |
TileMap.mapTileList
a list containing all the
Tile objects specified by this TileMap. |
Modifier and Type | Method and Description |
---|---|
Tile |
TileMap.getTileAt(int mapRow,
int mapCol)
Get the tile at the corresponding map position (if one exists).
|