Class BiggestShipConstructionSelectionStrategy

    • Constructor Detail

      • BiggestShipConstructionSelectionStrategy

        public BiggestShipConstructionSelectionStrategy​(int minCash,
                                                        int maxFeetSize,
                                                        int maxTotalCargoCapacity)
    • Method Detail

      • shouldBuildShipType

        public ch.sahits.game.openpatrician.model.ship.EShipType shouldBuildShipType​(ch.sahits.game.openpatrician.model.IAIPlayer player)