public class DeliveryMission extends BaseCommandPlugin
| Modifier and Type | Field and Description |
|---|---|
protected InteractionDialogAPI |
dialog |
protected SectorEntityToken |
entity |
protected FactionAPI |
entityFaction |
protected FactionAPI |
faction |
protected MarketAPI |
market |
protected MemoryAPI |
memory |
protected java.util.Map<java.lang.String,MemoryAPI> |
memoryMap |
protected OptionPanelAPI |
options |
protected CargoAPI |
playerCargo |
protected FactionAPI |
playerFaction |
protected CampaignFleetAPI |
playerFleet |
protected TextPanelAPI |
text |
| Constructor and Description |
|---|
DeliveryMission() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
checkCompletion() |
protected void |
completeMissions() |
boolean |
execute(java.lang.String ruleId,
InteractionDialogAPI dialog,
java.util.List<Misc.Token> params,
java.util.Map<java.lang.String,MemoryAPI> memoryMap) |
protected void |
init(SectorEntityToken entity) |
doesCommandAddOptions, getEntityMemory, getOptionOrderprotected CampaignFleetAPI playerFleet
protected SectorEntityToken entity
protected FactionAPI playerFaction
protected FactionAPI entityFaction
protected TextPanelAPI text
protected OptionPanelAPI options
protected CargoAPI playerCargo
protected InteractionDialogAPI dialog
protected FactionAPI faction
public DeliveryMission()
protected void init(SectorEntityToken entity)
public boolean execute(java.lang.String ruleId, InteractionDialogAPI dialog, java.util.List<Misc.Token> params, java.util.Map<java.lang.String,MemoryAPI> memoryMap)
protected boolean checkCompletion()
protected void completeMissions()