public class RedPlanet 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 PlanetAPI |
planet |
protected CargoAPI |
playerCargo |
protected FactionAPI |
playerFaction |
protected CampaignFleetAPI |
playerFleet |
protected TextPanelAPI |
text |
| Constructor and Description |
|---|
RedPlanet() |
RedPlanet(SectorEntityToken entity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
execute(java.lang.String ruleId,
InteractionDialogAPI dialog,
java.util.List<Misc.Token> params,
java.util.Map<java.lang.String,MemoryAPI> memoryMap) |
protected void |
genLoot() |
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 RedPlanet()
public RedPlanet(SectorEntityToken entity)
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 void genLoot()