| Package | Description |
|---|---|
| ch.sahits.game.openpatrician.engine.player | |
| ch.sahits.game.openpatrician.engine.player.strategy |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectConstructionWaresMissionData
Mission data to collect wares for ships construction.
|
class |
CollectWaresForCity |
| Modifier and Type | Method and Description |
|---|---|
protected abstract CollectWaresMissionData |
CollectionWaresStrategy.createMissionData(ch.sahits.game.openpatrician.model.IAIPlayer player)
Provide the mission data for collecting wares.
|
protected CollectWaresMissionData |
CollectConstructionWareStrategy.createMissionData(ch.sahits.game.openpatrician.model.IAIPlayer player) |
protected CollectWaresMissionData |
CollectCelebrationWaresStrategy.createMissionData(ch.sahits.game.openpatrician.model.IAIPlayer player) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract boolean |
CollectionWaresStrategy.checkAllWaresCollected(ch.sahits.game.openpatrician.model.city.ICity city,
ch.sahits.game.openpatrician.model.ship.INavigableVessel vessel,
CollectWaresMissionData tradeMission,
Optional<ch.sahits.game.openpatrician.model.building.ITradingOffice> tradingOffice)
Check if all the required wares are actually collected.
|
protected boolean |
CollectConstructionWareStrategy.checkAllWaresCollected(ch.sahits.game.openpatrician.model.city.ICity city,
ch.sahits.game.openpatrician.model.ship.INavigableVessel vessel,
CollectWaresMissionData tradeMission,
Optional<ch.sahits.game.openpatrician.model.building.ITradingOffice> tradingOffice) |
protected boolean |
CollectCelebrationWaresStrategy.checkAllWaresCollected(ch.sahits.game.openpatrician.model.city.ICity city,
ch.sahits.game.openpatrician.model.ship.INavigableVessel vessel,
CollectWaresMissionData tradeMission,
Optional<ch.sahits.game.openpatrician.model.building.ITradingOffice> tradingOffice) |
Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.