Uses of Interface
ch.sahits.game.openpatrician.model.player.IAIBuyWeaponStrategyType
-
Packages that use IAIBuyWeaponStrategyType Package Description ch.sahits.game.openpatrician.model ch.sahits.game.openpatrician.model.impl ch.sahits.game.openpatrician.model.player -
-
Uses of IAIBuyWeaponStrategyType in ch.sahits.game.openpatrician.model
Methods in ch.sahits.game.openpatrician.model that return IAIBuyWeaponStrategyType Modifier and Type Method Description IAIBuyWeaponStrategyTypeIAIPlayer. getWeaponBuyStrategyType()Retrieve the strategy type for buying weapons. -
Uses of IAIBuyWeaponStrategyType in ch.sahits.game.openpatrician.model.impl
Methods in ch.sahits.game.openpatrician.model.impl that return IAIBuyWeaponStrategyType Modifier and Type Method Description IAIBuyWeaponStrategyTypeAIPlayer. getWeaponBuyStrategyType() -
Uses of IAIBuyWeaponStrategyType in ch.sahits.game.openpatrician.model.player
Methods in ch.sahits.game.openpatrician.model.player that return types with arguments of type IAIBuyWeaponStrategyType Modifier and Type Method Description java.util.List<IAIBuyWeaponStrategyType>IAIStrategyProvider. getWeaponBuyStrategies()Provide a list of strategies for buying weapons.
-