Uses of Interface
ch.sahits.game.openpatrician.model.player.IAIHireSailorsStrategyType
-
Packages that use IAIHireSailorsStrategyType Package Description ch.sahits.game.openpatrician.model ch.sahits.game.openpatrician.model.impl ch.sahits.game.openpatrician.model.player -
-
Uses of IAIHireSailorsStrategyType in ch.sahits.game.openpatrician.model
Methods in ch.sahits.game.openpatrician.model that return IAIHireSailorsStrategyType Modifier and Type Method Description IAIHireSailorsStrategyTypeIAIPlayer. getHireSailorStrategyType()Retreive the strategy type for hiring the sailors. -
Uses of IAIHireSailorsStrategyType in ch.sahits.game.openpatrician.model.impl
Methods in ch.sahits.game.openpatrician.model.impl that return IAIHireSailorsStrategyType Modifier and Type Method Description IAIHireSailorsStrategyTypeAIPlayer. getHireSailorStrategyType() -
Uses of IAIHireSailorsStrategyType in ch.sahits.game.openpatrician.model.player
Methods in ch.sahits.game.openpatrician.model.player that return types with arguments of type IAIHireSailorsStrategyType Modifier and Type Method Description java.util.List<IAIHireSailorsStrategyType>IAIStrategyProvider. getHireSailorStrategies()Provide a list of strategies for hiring sailors.
-