Class RandomShipConstructionSelectionStrategy

    • Constructor Detail

      • RandomShipConstructionSelectionStrategy

        public RandomShipConstructionSelectionStrategy​(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)