Uses of Interface
ch.sahits.game.openpatrician.model.player.IAITakeLoanStrategyType
-
Packages that use IAITakeLoanStrategyType Package Description ch.sahits.game.openpatrician.model ch.sahits.game.openpatrician.model.player -
-
Uses of IAITakeLoanStrategyType in ch.sahits.game.openpatrician.model
Methods in ch.sahits.game.openpatrician.model that return IAITakeLoanStrategyType Modifier and Type Method Description IAITakeLoanStrategyTypeIAIPlayer. getTakeLoanStrategyType()Retrieve the type of the strategy for taking a loan. -
Uses of IAITakeLoanStrategyType in ch.sahits.game.openpatrician.model.player
Methods in ch.sahits.game.openpatrician.model.player that return types with arguments of type IAITakeLoanStrategyType Modifier and Type Method Description java.util.List<IAITakeLoanStrategyType>IAIStrategyProvider. getTakeLoanStrategies()Provide a list of take loan strategies.
-