Uses of Interface
ch.sahits.game.openpatrician.model.player.ITradeStategyHint
-
Packages that use ITradeStategyHint Package Description ch.sahits.game.openpatrician.model.player -
-
Uses of ITradeStategyHint in ch.sahits.game.openpatrician.model.player
Methods in ch.sahits.game.openpatrician.model.player that return types with arguments of type ITradeStategyHint Modifier and Type Method Description java.util.List<ITradeStategyHint>AIPlayerContext. getHints(ICity city)Retrieve all hints for the city.Methods in ch.sahits.game.openpatrician.model.player with parameters of type ITradeStategyHint Modifier and Type Method Description voidAIPlayerContext. add(ICity city, ITradeStategyHint hint)Add a new hint to a city.
-