public interface IMap
| Modifier and Type | Method and Description |
|---|---|
ICity |
findCity(String cityName)
Find a city by its name.
|
List<ICity> |
getCities()
Retrieve an unmodifiable list of all the cities in the map
|
javafx.geometry.Dimension2D |
getDimension()
Retrieve the map dimensions
|
List<IFutureTowns> |
getFutureTowns() |
List<ILandBridge> |
getLandbridges() |
String |
getMapImagePath()
Retrieve the path for the map image without the cities added.
|
int |
getNumberCities()
Retrieve the number of cities that are on the map.
|
List<PirateNest> |
getPirateNests() |
int getNumberCities()
List<ICity> getCities()
javafx.geometry.Dimension2D getDimension()
String getMapImagePath()
List<IFutureTowns> getFutureTowns()
List<ILandBridge> getLandbridges()
List<PirateNest> getPirateNests()
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.