Uses of Interface
ch.sahits.game.openpatrician.model.player.IAIShipRepairStrategyType
-
Packages that use IAIShipRepairStrategyType Package Description ch.sahits.game.openpatrician.model ch.sahits.game.openpatrician.model.player -
-
Uses of IAIShipRepairStrategyType in ch.sahits.game.openpatrician.model
Methods in ch.sahits.game.openpatrician.model that return IAIShipRepairStrategyType Modifier and Type Method Description IAIShipRepairStrategyTypeIAIPlayer. getShipRepairStrategyType()Retrieve the type of for the ship repair strategy. -
Uses of IAIShipRepairStrategyType in ch.sahits.game.openpatrician.model.player
Methods in ch.sahits.game.openpatrician.model.player that return types with arguments of type IAIShipRepairStrategyType Modifier and Type Method Description java.util.List<IAIShipRepairStrategyType>IAIStrategyProvider. getRepairStrategies()Provide a list of repair strategy types.
-