Uses of Class
ch.sahits.game.openpatrician.model.player.BuyWeapons
-
Packages that use BuyWeapons Package Description ch.sahits.game.openpatrician.model.player -
-
Uses of BuyWeapons in ch.sahits.game.openpatrician.model.player
Methods in ch.sahits.game.openpatrician.model.player that return types with arguments of type BuyWeapons Modifier and Type Method Description java.util.Optional<BuyWeapons>IAIBuyWeaponStrategy. shouldBuyWeapons(IShip ship, IAIPlayer player, ICity city)Determine if weapons should be bougth and if so to meet which target.Methods in ch.sahits.game.openpatrician.model.player with parameters of type BuyWeapons Modifier and Type Method Description voidIAIBuyWeaponStrategy. buyWeapons(BuyWeapons target, IShip ship, IAIPlayer player, ICity city)Buy the weapons.voidIAIBuyWeaponStrategy. buyWeaponsOrdered(BuyWeapons target, IShip ship, IAIPlayer player, ICity city)Buy the weapons.
-