Uses of Interface
ch.sahits.game.openpatrician.model.product.ITradeMissionData
-
Packages that use ITradeMissionData Package Description ch.sahits.game.openpatrician.model ch.sahits.game.openpatrician.model.impl ch.sahits.game.openpatrician.model.product -
-
Uses of ITradeMissionData in ch.sahits.game.openpatrician.model
Methods in ch.sahits.game.openpatrician.model that return ITradeMissionData Modifier and Type Method Description ITradeMissionDataIAIPlayer. getTradeMission(INavigableVessel vessel)Retrieve the trade mission of a given vessel.Methods in ch.sahits.game.openpatrician.model with parameters of type ITradeMissionData Modifier and Type Method Description voidIAIPlayer. setTradeMission(INavigableVessel vessel, ITradeMissionData tradeMission)Add trade mission data fo a vessel. -
Uses of ITradeMissionData in ch.sahits.game.openpatrician.model.impl
Methods in ch.sahits.game.openpatrician.model.impl that return ITradeMissionData Modifier and Type Method Description ITradeMissionDataAIPlayer. getTradeMission(INavigableVessel vessel)Methods in ch.sahits.game.openpatrician.model.impl with parameters of type ITradeMissionData Modifier and Type Method Description voidAIPlayer. setTradeMission(INavigableVessel vessel, ITradeMissionData tradeMission) -
Uses of ITradeMissionData in ch.sahits.game.openpatrician.model.product
Subinterfaces of ITradeMissionData in ch.sahits.game.openpatrician.model.product Modifier and Type Interface Description interfaceIBlockadeMissionThe special blockade mission indicates that the vessel is selected to join a blockade.interfaceISpecialMissionA special mission is a mission that interupts the normal trade mission.
-