Uses of Interface
ch.sahits.game.openpatrician.model.city.guild.ITradeAgreement
-
Packages that use ITradeAgreement Package Description ch.sahits.game.openpatrician.model.city.guild ch.sahits.game.openpatrician.model.city.guild.impl -
-
Uses of ITradeAgreement in ch.sahits.game.openpatrician.model.city.guild
Methods in ch.sahits.game.openpatrician.model.city.guild that return types with arguments of type ITradeAgreement Modifier and Type Method Description java.util.List<ITradeAgreement>IMediterreanMap. getTradeAgreements(IPlayer player)Retreive the trade agreements for a specific player.Methods in ch.sahits.game.openpatrician.model.city.guild with parameters of type ITradeAgreement Modifier and Type Method Description voidIMediterreanMap. addTradeAgreement(IPlayer player, ITradeAgreement agreement)Add a trade agreement for a player. -
Uses of ITradeAgreement in ch.sahits.game.openpatrician.model.city.guild.impl
Classes in ch.sahits.game.openpatrician.model.city.guild.impl that implement ITradeAgreement Modifier and Type Class Description classTradeAgreementMethods in ch.sahits.game.openpatrician.model.city.guild.impl that return types with arguments of type ITradeAgreement Modifier and Type Method Description java.util.List<ITradeAgreement>MediterreanSeaMap. getTradeAgreements(IPlayer player)Methods in ch.sahits.game.openpatrician.model.city.guild.impl with parameters of type ITradeAgreement Modifier and Type Method Description voidMediterreanSeaMap. addTradeAgreement(IPlayer player, ITradeAgreement agreement)
-