|
| Vector2f | getLocation () |
| |
| PlanetAPI | initStar (String id, String type, float radius, float coronaSize, float windBurnLevel, float flareProbability, float crLossMult) |
| |
| PlanetAPI | initStar (String id, String type, float radius, float coronaSize) |
| |
| void | generateAnchorIfNeeded () |
| |
| PlanetAPI | initStar (String id, String type, Color color, float radius, float coronaSize) |
| |
| PlanetAPI | initStar (String id, String type, float radius, float hyperspaceLocationX, float hyperspaceLocationY, float coronaSize) |
| |
| SectorEntityToken | getHyperspaceAnchor () |
| |
| void | setHyperspaceAnchor (SectorEntityToken hyperspaceAnchor) |
| |
| PlanetAPI | getStar () |
| |
| void | autogenerateHyperspaceJumpPoints () |
| |
| void | autogenerateHyperspaceJumpPoints (boolean generateEntrancesAtGasGiants, boolean generateFringeJumpPoint) |
| |
| Color | getLightColor () |
| |
| void | setLightColor (Color lightColor) |
| |
| String | getBaseName () |
| |
| float | getMaxRadiusInHyperspace () |
| |
| SectorEntityToken | initNonStarCenter () |
| |
| SectorEntityToken | getCenter () |
| |
| void | setStar (PlanetAPI star) |
| |
| void | setBaseName (String baseName) |
| |
| PlanetAPI | getSecondary () |
| |
| void | setSecondary (PlanetAPI secondary) |
| |
| PlanetAPI | getTertiary () |
| |
| void | setTertiary (PlanetAPI tertiary) |
| |
| List< JumpPointAPI > | getAutogeneratedJumpPointsInHyper () |
| |
| StarSystemType | getType () |
| |
| void | setType (StarSystemType type) |
| |
| Constellation | getConstellation () |
| |
| boolean | isInConstellation () |
| |
| void | setConstellation (Constellation constellation) |
| |
| void | setCenter (SectorEntityToken center) |
| |
| void | autogenerateHyperspaceJumpPoints (boolean generateEntrancesAtGasGiants, boolean generateFringeJumpPoint, boolean generatePlanetConditions) |
| |
| void | setProcgen (boolean isProcgen) |
| |
| boolean | isProcgen () |
| |
| StarAge | getAge () |
| |
| void | setAge (StarAge age) |
| |
| Boolean | hasSystemwideNebula () |
| |
| void | setHasSystemwideNebula (Boolean hasSystemwideNebula) |
| |
| boolean | isEnteredByPlayer () |
| |
| void | setEnteredByPlayer (boolean enteredByPlayer) |
| |
| long | getLastPlayerVisitTimestamp () |
| |
| float | getDaysSinceLastPlayerVisit () |
| |
| boolean | hasPulsar () |
| |
| Boolean | getDoNotShowIntelFromThisLocationOnMap () |
| |
| void | setDoNotShowIntelFromThisLocationOnMap (Boolean doNotShowIntelFromThisLocationOnMap) |
| |
| boolean | hasBlackHole () |
| |
| Float | getMapGridWidthOverride () |
| |
| void | setMapGridWidthOverride (Float mapGridWidthOverride) |
| |
| Float | getMapGridHeightOverride () |
| |
| void | setMapGridHeightOverride (Float mapGridHeightOverride) |
| |
| void | setMaxRadiusInHyperspace (float maxRadiusInHyperspace) |
| |
| String | getOptionalUniqueId () |
| |
| void | setOptionalUniqueId (String optionalUniqueId) |
| |
| List< NascentGravityWellAPI > | getAutogeneratedNascentWellsInHyper () |
| |
| String | getId () |
| |
| boolean | activeThisFrame () |
| |
| String | getBackgroundTextureFilename () |
| |
| void | setBackgroundTextureFilename (String backgroundTextureFilename) |
| |
| void | addSpawnPoint (SpawnPointPlugin point) |
| |
| void | removeSpawnPoint (SpawnPointPlugin point) |
| |
| List< SpawnPointPlugin > | getSpawnPoints () |
| |
| void | spawnFleet (SectorEntityToken anchor, float xOffset, float yOffset, CampaignFleetAPI fleet) |
| |
| SectorEntityToken | createToken (float x, float y) |
| |
| SectorEntityToken | createToken (Vector2f loc) |
| |
| void | addEntity (SectorEntityToken entity) |
| |
| void | removeEntity (SectorEntityToken entity) |
| |
| PlanetAPI | addPlanet (String id, SectorEntityToken focus, String name, String type, float angle, float radius, float orbitRadius, float orbitDays) |
| |
| SectorEntityToken | addAsteroidBelt (SectorEntityToken focus, int numAsteroids, float orbitRadius, float width, float minOrbitDays, float maxOrbitDays) |
| |
| SectorEntityToken | addAsteroidBelt (SectorEntityToken focus, int numAsteroids, float orbitRadius, float width, float minOrbitDays, float maxOrbitDays, String terrainId, String optionalName) |
| |
| void | addOrbitalJunk (SectorEntityToken focus, String junkType, int num, float minSize, float maxSize, float orbitRadius, float width, float minOrbitDays, float maxOrbitDays, float minSpin, float maxSpin) |
| |
| RingBandAPI | addRingBand (SectorEntityToken focus, String category, String key, float bandWidthInTexture, int bandIndex, Color color, float bandWidthInEngine, float middleRadius, float orbitDays) |
| |
| SectorEntityToken | addRingBand (SectorEntityToken focus, String category, String key, float bandWidthInTexture, int bandIndex, Color color, float bandWidthInEngine, float middleRadius, float orbitDays, String terrainId, String optionalName) |
| |
| CustomCampaignEntityAPI | addCustomEntity (String id, String name, String type, String factionId) |
| |
| CustomCampaignEntityAPI | addCustomEntity (String id, String name, String type, String factionId, float radius, float spriteWidth, float spriteHeight) |
| |
| SectorEntityToken | addTerrain (String terrainId, Object param) |
| |
| List | getEntities (Class implementedClassOrInterface) |
| |
| List< SectorEntityToken > | getEntitiesWithTag (String tag) |
| |
| List< CampaignFleetAPI > | getFleets () |
| |
| List< PlanetAPI > | getPlanets () |
| |
| List< SectorEntityToken > | getOrbitalStations () |
| |
| List< SectorEntityToken > | getAsteroids () |
| |
| SectorEntityToken | getEntityByName (String name) |
| |
| SectorEntityToken | getEntityById (String id) |
| |
| boolean | isHyperspace () |
| |
| void | addScript (EveryFrameScript script) |
| |
| void | removeScriptsOfClass (Class c) |
| |
| void | removeScript (EveryFrameScript script) |
| |
| String | getName () |
| |
| void | setName (String name) |
| |
| List< SectorEntityToken > | getAllEntities () |
| |
| SectorEntityToken | addCorona (SectorEntityToken star, float extraRadius, float windBurnLevel, float flareProbability, float crLossMult) |
| |
| SectorEntityToken | addCorona (SectorEntityToken star, String terrainType, float extraRadius, float windBurnLevel, float flareProbability, float crLossMult) |
| |
| List< CampaignTerrainAPI > | getTerrainCopy () |
| |
| Map< String, Object > | getPersistentData () |
| |
| AsteroidAPI | addAsteroid (float radius) |
| |
| void | setBackgroundOffset (float x, float y) |
| |
| SectorEntityToken | addRadioChatter (SectorEntityToken entity, float extraRadius) |
| |
| void | updateAllOrbits () |
| |
| boolean | isNebula () |
| |
| String | getNameWithLowercaseType () |
| |
| List< FleetStubAPI > | getFleetStubs () |
| |
| void | removeFleetStub (FleetStubAPI stub) |
| |
| void | addFleetStub (FleetStubAPI stub) |
| |
| String | getNameWithTypeIfNebula () |
| |
| Collection< String > | getTags () |
| |
| boolean | hasTag (String tag) |
| |
| void | addTag (String tag) |
| |
| void | removeTag (String tag) |
| |
| void | clearTags () |
| |
| CustomCampaignEntityAPI | addCustomEntity (String id, String name, String type, String factionId, float radius, float spriteWidth, float spriteHeight, Object pluginParams) |
| |
| CustomCampaignEntityAPI | addCustomEntity (String id, String name, String type, String factionId, Object pluginParams) |
| |
| List< SectorEntityToken > | getJumpPoints () |
| |
| List< CustomCampaignEntityAPI > | getCustomEntitiesWithTag (String tag) |
| |
| List< EveryFrameScript > | getScripts () |
| |
| void | addHitParticle (Vector2f loc, Vector2f vel, float size, float brightness, float duration, Color color) |
| |
| void | renderingLayersUpdated (SectorEntityToken entity) |
| |
| MemoryAPI | getMemoryWithoutUpdate () |
| |
| ParticleControllerAPI | addParticle (Vector2f loc, Vector2f vel, float size, float brightness, float rampUp, float duration, Color color) |
| |
| String | getNameWithNoType () |
| |
| boolean | isCurrentLocation () |
| |
| String | getNameWithLowercaseTypeShort () |
| |
| String | getNameWithTypeShort () |
| |
| List< NascentGravityWellAPI > | getGravityWells () |
| |
| List< CustomCampaignEntityAPI > | getCustomEntities () |
| |
| ColorShifterAPI | getBackgroundColorShifter () |
| |
| ColorShifterAPI | getBackgroundParticleColorShifter () |
| |
| boolean | isDeepSpace () |
| |
- Author
- Alex Mosolov
Copyright 2012 Fractal Softworks, LLC
Definition at line 17 of file StarSystemAPI.java.