Package | Description |
---|---|
carsproject.map |
Modifier and Type | Method and Description |
---|---|
static MapManager.Point |
MapManager.coordinatesToPoint(Coordinates coords)
Conversion from coordinates to configuration file numbering.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<MapManager.Point> |
MapManager.getSpawnPoints()
Return all spawn points of the map with the same numbering used in configuration file.
|
Modifier and Type | Method and Description |
---|---|
static Coordinates |
MapManager.pointToCoordinates(MapManager.Point point)
Conversion from coordinates to configuration file numbering.
|