Uses of Class
com.fs.starfarer.api.impl.campaign.procgen.Constellation
Packages that use Constellation
Package
Description
-
Uses of Constellation in com.fs.starfarer.api.campaign
Methods in com.fs.starfarer.api.campaign that return ConstellationModifier and TypeMethodDescriptionLocationAPI.getConstellation()
SectorEntityToken.getConstellation()
StarSystemAPI.getConstellation()
Can be null for non-procgen systems.Methods in com.fs.starfarer.api.campaign with parameters of type ConstellationModifier and TypeMethodDescriptionvoid
StarSystemAPI.setConstellation
(Constellation constellation) -
Uses of Constellation in com.fs.starfarer.api.impl.campaign.procgen
Methods in com.fs.starfarer.api.impl.campaign.procgen that return ConstellationConstructors in com.fs.starfarer.api.impl.campaign.procgen with parameters of type Constellation -
Uses of Constellation in com.fs.starfarer.api.impl.campaign.procgen.themes
Fields in com.fs.starfarer.api.impl.campaign.procgen.themes with type parameters of type ConstellationMethods in com.fs.starfarer.api.impl.campaign.procgen.themes that return types with arguments of type ConstellationModifier and TypeMethodDescriptionprotected List<Constellation>
BaseThemeGenerator.getSortedAvailableConstellations
(ThemeGenContext context, boolean emptyOk, org.lwjgl.util.vector.Vector2f sortFrom, List<Constellation> exclude) Sorted by *descending* distance from sortFrom.protected List<Constellation>
DerelictThemeGenerator.getSortedAvailableConstellations
(ThemeGenContext context, boolean emptyOk, org.lwjgl.util.vector.Vector2f sortFrom, List<Constellation> exclude) Sorted by *descending* distance from sortFrom.protected List<Constellation>
RemnantThemeGenerator.getSortedAvailableConstellations
(ThemeGenContext context, boolean emptyOk, org.lwjgl.util.vector.Vector2f sortFrom, List<Constellation> exclude) Sorted by *descending* distance from sortFrom.protected List<Constellation>
RuinsThemeGenerator.getSortedAvailableConstellations
(ThemeGenContext context, boolean emptyOk, org.lwjgl.util.vector.Vector2f sortFrom, List<Constellation> exclude) Sorted by *descending* distance from sortFrom.Methods in com.fs.starfarer.api.impl.campaign.procgen.themes with parameters of type ConstellationModifier and TypeMethodDescriptionprotected List<BaseThemeGenerator.AddedEntity>
DerelictThemeGenerator.addToConstellation
(Constellation c, String type, int num, boolean biggestFirst) static boolean
BaseThemeGenerator.constellationIsEmpty
(Constellation c) static boolean
DerelictThemeGenerator.constellationIsEmpty
(Constellation c) static boolean
RemnantThemeGenerator.constellationIsEmpty
(Constellation c) static boolean
RuinsThemeGenerator.constellationIsEmpty
(Constellation c) Method parameters in com.fs.starfarer.api.impl.campaign.procgen.themes with type arguments of type ConstellationModifier and TypeMethodDescriptionprotected List<Constellation>
BaseThemeGenerator.getSortedAvailableConstellations
(ThemeGenContext context, boolean emptyOk, org.lwjgl.util.vector.Vector2f sortFrom, List<Constellation> exclude) Sorted by *descending* distance from sortFrom.protected List<Constellation>
DerelictThemeGenerator.getSortedAvailableConstellations
(ThemeGenContext context, boolean emptyOk, org.lwjgl.util.vector.Vector2f sortFrom, List<Constellation> exclude) Sorted by *descending* distance from sortFrom.protected List<Constellation>
RemnantThemeGenerator.getSortedAvailableConstellations
(ThemeGenContext context, boolean emptyOk, org.lwjgl.util.vector.Vector2f sortFrom, List<Constellation> exclude) Sorted by *descending* distance from sortFrom.protected List<Constellation>
RuinsThemeGenerator.getSortedAvailableConstellations
(ThemeGenContext context, boolean emptyOk, org.lwjgl.util.vector.Vector2f sortFrom, List<Constellation> exclude) Sorted by *descending* distance from sortFrom. -
Uses of Constellation in com.fs.starfarer.api.impl.campaign.rulecmd.salvage.special
Methods in com.fs.starfarer.api.impl.campaign.rulecmd.salvage.special with parameters of type ConstellationModifier and TypeMethodDescriptionstatic CountingMap<String>
BreadcrumbSpecial.getTypeAndColorCounts
(Constellation c) -
Uses of Constellation in com.fs.starfarer.api.ui
Fields in com.fs.starfarer.api.ui with type parameters of type ConstellationMethods in com.fs.starfarer.api.ui with parameters of type Constellation