|
| FleetMemberAPI | createFleetMember (FleetMemberType type, String variantOrWingId) |
| |
| CargoAPI | createCargo (boolean unlimitedStacks) |
| |
| CrewCompositionAPI | createCrewComposition () |
| |
| JumpPointAPI | createJumpPoint (String id, String name) |
| |
| OrbitAPI | createCircularOrbit (SectorEntityToken focus, float angle, float orbitRadius, float orbitDays) |
| |
| CampaignProgressIndicatorAPI | createProgressIndicator (String text, SectorEntityToken target, float durationDays) |
| |
| MemoryAPI | createMemory () |
| |
| MarketAPI | createMarket (String id, String name, int size) |
| |
| CampaignFleetAPI | createEmptyFleet (String factionId, String name, boolean aiMode) |
| |
| PersonAPI | createPerson () |
| |
| OfficerDataAPI | createOfficerData (PersonAPI person) |
| |
| BattleAPI | createBattle (CampaignFleetAPI one, CampaignFleetAPI two) |
| |
| CargoStackAPI | createCargoStack (CargoItemType type, Object data, CargoAPI cargo) |
| |
| CommMessageAPI | createMessage () |
| |
| FleetStubAPI | createStub () |
| |
| OrbitAPI | createCircularOrbitWithSpin (SectorEntityToken focus, float angle, float orbitRadius, float orbitDays, float spin) |
| |
| FleetMemberAPI | createFleetMember (FleetMemberType type, ShipVariantAPI variant) |
| |
| CampaignFleetAIAPI | createFleetAI (CampaignFleetAPI fleet) |
| |
| OrbitAPI | createCircularOrbitPointingDown (SectorEntityToken focus, float angle, float orbitRadius, float orbitDays) |
| |
| CampaignFleetAPI | createEmptyFleet (FactionAPI faction, boolean aiMode) |
| |
| void | setCurrentlyOpenMarket (MarketAPI currentlyOpenMarket) |
| |
- Author
- Alex Mosolov
Copyright 2012 Fractal Softworks, LLC
Definition at line 30 of file FactoryAPI.java.