Uses of Class
ch.sahits.game.openpatrician.engine.player.CollectWaresMissionData
-
Packages that use CollectWaresMissionData Package Description ch.sahits.game.openpatrician.engine.player ch.sahits.game.openpatrician.engine.player.strategy -
-
Uses of CollectWaresMissionData in ch.sahits.game.openpatrician.engine.player
Subclasses of CollectWaresMissionData in ch.sahits.game.openpatrician.engine.player Modifier and Type Class Description classCollectConstructionWaresMissionDataMission data to collect wares for ships construction.classCollectWaresForCity -
Uses of CollectWaresMissionData in ch.sahits.game.openpatrician.engine.player.strategy
Methods in ch.sahits.game.openpatrician.engine.player.strategy that return CollectWaresMissionData Modifier and Type Method Description protected CollectWaresMissionDataCollectCelebrationWaresStrategy. createMissionData(ch.sahits.game.openpatrician.model.IAIPlayer player)protected CollectWaresMissionDataCollectConstructionWareStrategy. createMissionData(ch.sahits.game.openpatrician.model.IAIPlayer player)protected abstract CollectWaresMissionDataCollectionWaresStrategy. createMissionData(ch.sahits.game.openpatrician.model.IAIPlayer player)Provide the mission data for collecting wares.Methods in ch.sahits.game.openpatrician.engine.player.strategy with parameters of type CollectWaresMissionData Modifier and Type Method Description protected booleanCollectCelebrationWaresStrategy. checkAllWaresCollected(ch.sahits.game.openpatrician.model.city.ICity city, ch.sahits.game.openpatrician.model.ship.INavigableVessel vessel, CollectWaresMissionData tradeMission, java.util.Optional<ch.sahits.game.openpatrician.model.building.ITradingOffice> tradingOffice)protected booleanCollectConstructionWareStrategy. checkAllWaresCollected(ch.sahits.game.openpatrician.model.city.ICity city, ch.sahits.game.openpatrician.model.ship.INavigableVessel vessel, CollectWaresMissionData tradeMission, java.util.Optional<ch.sahits.game.openpatrician.model.building.ITradingOffice> tradingOffice)protected abstract booleanCollectionWaresStrategy. checkAllWaresCollected(ch.sahits.game.openpatrician.model.city.ICity city, ch.sahits.game.openpatrician.model.ship.INavigableVessel vessel, CollectWaresMissionData tradeMission, java.util.Optional<ch.sahits.game.openpatrician.model.building.ITradingOffice> tradingOffice)Check if all the required wares are actually collected.
-