Uses of Enum Class
com.fs.starfarer.api.impl.campaign.procgen.StarAge
Packages that use StarAge
Package
Description
-
Uses of StarAge in com.fs.starfarer.api.campaign
Methods in com.fs.starfarer.api.campaign that return StarAgeMethods in com.fs.starfarer.api.campaign with parameters of type StarAge -
Uses of StarAge in com.fs.starfarer.api.characters
Methods in com.fs.starfarer.api.characters that return StarAgeMethods in com.fs.starfarer.api.characters with parameters of type StarAge -
Uses of StarAge in com.fs.starfarer.api.impl.campaign.procgen
Fields in com.fs.starfarer.api.impl.campaign.procgen declared as StarAgeModifier and TypeFieldDescriptionprotected StarAge
Constellation.age
StarSystemGenerator.CustomConstellationParams.age
protected StarAge
StarSystemGenerator.constellationAge
protected StarAge
StarSystemGenerator.starAge
Fields in com.fs.starfarer.api.impl.campaign.procgen with type parameters of type StarAgeMethods in com.fs.starfarer.api.impl.campaign.procgen that return StarAgeModifier and TypeMethodDescriptionConstellation.getAge()
StarGenDataSpec.getAge()
StarSystemGenerator.getConstellationAge()
StarSystemGenerator.getStarAge()
static StarAge
Returns the enum constant of this class with the specified name.static StarAge[]
StarAge.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.fs.starfarer.api.impl.campaign.procgen with parameters of type StarAgeModifier and TypeMethodDescriptionstatic float
StarSystemGenerator.addOrbitingEntities
(StarSystemAPI system, SectorEntityToken parentStar, StarAge age, int min, int max, float startingRadius, int nameOffset, boolean withSpecialNames) static float
StarSystemGenerator.addOrbitingEntities
(StarSystemAPI system, SectorEntityToken parentStar, StarAge age, int min, int max, float startingRadius, int nameOffset, boolean withSpecialNames, boolean allowHabitable) static void
StarSystemGenerator.addSystemwideNebula
(StarSystemAPI system, StarAge age) PlanetConditionGenerator.createContext
(PlanetAPI planet, StarAge age) static void
PlanetConditionGenerator.generateConditionsForPlanet
(PlanetAPI planet, StarAge age) static void
PlanetConditionGenerator.generateConditionsForPlanet
(StarSystemGenerator.GenContext context, PlanetAPI planet, StarAge age) void
StarSystemGenerator.init
(StarSystemAPI system, StarAge age) protected StarSystemGenerator.StarSystemType
StarSystemGenerator.pickSystemType
(StarAge constellationAge) void
Constructors in com.fs.starfarer.api.impl.campaign.procgen with parameters of type StarAge -
Uses of StarAge in com.fs.starfarer.api.util
Methods in com.fs.starfarer.api.util with parameters of type StarAgeModifier and TypeMethodDescriptionstatic SectorEntityToken
Misc.addNebulaFromPNG
(String image, float centerX, float centerY, LocationAPI location, String category, String key, int tilesWide, int tilesHigh, StarAge age) static SectorEntityToken
Misc.addNebulaFromPNG
(String image, float centerX, float centerY, LocationAPI location, String category, String key, int tilesWide, int tilesHigh, String terrainType, StarAge age) static void
Misc.generatePlanetConditions
(StarSystemAPI system, StarAge age) static void
Misc.generatePlanetConditions
(String systemName, StarAge age)