public abstract class BiggestShipConstructionSelectionStrategy extends BaseShipConstructionSelectionStrategy
| Constructor and Description |
|---|
BiggestShipConstructionSelectionStrategy(int minCash,
int maxFeetSize,
int maxTotalCargoCapacity) |
| Modifier and Type | Method and Description |
|---|---|
private ch.sahits.game.openpatrician.model.ship.EShipType |
biggestShipType(List<ch.sahits.game.openpatrician.model.ship.EShipType> shipTypes) |
ch.sahits.game.openpatrician.model.ship.EShipType |
shouldBuildShipType(ch.sahits.game.openpatrician.model.IAIPlayer player) |
getFleetCapacity, selectCollectingVessel, shouldOrderNewConstructionpublic BiggestShipConstructionSelectionStrategy(int minCash,
int maxFeetSize,
int maxTotalCargoCapacity)
public ch.sahits.game.openpatrician.model.ship.EShipType shouldBuildShipType(ch.sahits.game.openpatrician.model.IAIPlayer player)
private ch.sahits.game.openpatrician.model.ship.EShipType biggestShipType(List<ch.sahits.game.openpatrician.model.ship.EShipType> shipTypes)
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.