Uses of Interface
ch.sahits.game.openpatrician.model.city.guild.IMediterreanCity
-
Packages that use IMediterreanCity Package Description ch.sahits.game.openpatrician.model.city.guild ch.sahits.game.openpatrician.model.city.guild.impl -
-
Uses of IMediterreanCity in ch.sahits.game.openpatrician.model.city.guild
Methods in ch.sahits.game.openpatrician.model.city.guild that return IMediterreanCity Modifier and Type Method Description IMediterreanCityITradeAgreement. getTradeLocation()Retrieve the partner city of the trade.Methods in ch.sahits.game.openpatrician.model.city.guild that return types with arguments of type IMediterreanCity Modifier and Type Method Description java.util.Map<javafx.geometry.Point2D,IMediterreanCity>IMediterreanMap. getDiscoveredTradingSpots()Retrieve a map of all discovered trading spot locations along with their names. -
Uses of IMediterreanCity in ch.sahits.game.openpatrician.model.city.guild.impl
Classes in ch.sahits.game.openpatrician.model.city.guild.impl that implement IMediterreanCity Modifier and Type Class Description classMediterreanCityMethods in ch.sahits.game.openpatrician.model.city.guild.impl that return types with arguments of type IMediterreanCity Modifier and Type Method Description java.util.Map<javafx.geometry.Point2D,IMediterreanCity>MediterreanSeaMap. getDiscoveredTradingSpots()
-