Uses of Interface
ch.sahits.game.openpatrician.model.player.IAIConstructionSelectionStrategyType
-
Packages that use IAIConstructionSelectionStrategyType Package Description ch.sahits.game.openpatrician.model ch.sahits.game.openpatrician.model.player -
-
Uses of IAIConstructionSelectionStrategyType in ch.sahits.game.openpatrician.model
Methods in ch.sahits.game.openpatrician.model that return IAIConstructionSelectionStrategyType Modifier and Type Method Description IAIConstructionSelectionStrategyTypeIAIPlayer. getConstructionSelectionType()Retrieve the type of the strategy to use for deciding how to build new ships. -
Uses of IAIConstructionSelectionStrategyType in ch.sahits.game.openpatrician.model.player
Methods in ch.sahits.game.openpatrician.model.player that return types with arguments of type IAIConstructionSelectionStrategyType Modifier and Type Method Description java.util.List<IAIConstructionSelectionStrategyType>IAIStrategyProvider. getConstructionSelectionStrategies()Provide a list of strategies to select a ship construction strategy.
-