Uses of Interface
ch.sahits.game.openpatrician.model.player.IAIShipUpgradeStrategyType
-
Packages that use IAIShipUpgradeStrategyType Package Description ch.sahits.game.openpatrician.model ch.sahits.game.openpatrician.model.impl ch.sahits.game.openpatrician.model.player -
-
Uses of IAIShipUpgradeStrategyType in ch.sahits.game.openpatrician.model
Methods in ch.sahits.game.openpatrician.model that return IAIShipUpgradeStrategyType Modifier and Type Method Description IAIShipUpgradeStrategyTypeIAIPlayer. getShipUpgradeStrategyType()Retrieve the strategy type for upgrading ships. -
Uses of IAIShipUpgradeStrategyType in ch.sahits.game.openpatrician.model.impl
Methods in ch.sahits.game.openpatrician.model.impl that return IAIShipUpgradeStrategyType Modifier and Type Method Description IAIShipUpgradeStrategyTypeAIPlayer. getShipUpgradeStrategyType() -
Uses of IAIShipUpgradeStrategyType in ch.sahits.game.openpatrician.model.player
Methods in ch.sahits.game.openpatrician.model.player that return types with arguments of type IAIShipUpgradeStrategyType Modifier and Type Method Description java.util.List<IAIShipUpgradeStrategyType>IAIStrategyProvider. getShipUpgradeStrategies()Retrieve a list of strategies to upgrade a ship.
-