Uses of Class
com.fs.starfarer.api.impl.campaign.procgen.themes.BaseThemeGenerator.EntityLocation
Packages that use BaseThemeGenerator.EntityLocation
Package
Description
-
Uses of BaseThemeGenerator.EntityLocation in com.fs.starfarer.api.impl.campaign.missions.hub
Fields in com.fs.starfarer.api.impl.campaign.missions.hub declared as BaseThemeGenerator.EntityLocationMethods in com.fs.starfarer.api.impl.campaign.missions.hub that return BaseThemeGenerator.EntityLocationModifier and TypeMethodDescriptionBaseHubMission.generateLocation
(String entityId, BaseHubMission.EntityLocationType locType, SectorEntityToken param, LocationAPI system) BaseHubMission.generateLocationInsideTerrain
(CampaignTerrainAPI terrain) Constructors in com.fs.starfarer.api.impl.campaign.missions.hub with parameters of type BaseThemeGenerator.EntityLocationModifierConstructorDescriptionLocData
(BaseThemeGenerator.EntityLocation loc, LocationAPI system) At provided EntityLocation.LocData
(BaseThemeGenerator.EntityLocation loc, LocationAPI system, boolean removeOnMissionOver) At provided EntityLocation. -
Uses of BaseThemeGenerator.EntityLocation in com.fs.starfarer.api.impl.campaign.procgen.themes
Fields in com.fs.starfarer.api.impl.campaign.procgen.themes declared as BaseThemeGenerator.EntityLocationMethods in com.fs.starfarer.api.impl.campaign.procgen.themes that return BaseThemeGenerator.EntityLocationModifier and TypeMethodDescriptionBaseThemeGenerator.createLocationAtRandomGap
(Random random, SectorEntityToken center, float minGap) BaseThemeGenerator.pickAnyLocation
(Random random, StarSystemAPI system, float gap, Set<SectorEntityToken> exclude) BaseThemeGenerator.pickCommonLocation
(Random random, StarSystemAPI system, float gap, boolean allowStarOrbit, Set<SectorEntityToken> exclude) BaseThemeGenerator.pickHiddenLocation
(Random random, StarSystemAPI system, float gap, Set<SectorEntityToken> exclude) BaseThemeGenerator.pickHiddenLocationNotNearStar
(Random random, StarSystemAPI system, float gap, Set<SectorEntityToken> exclude) BaseThemeGenerator.pickUncommonLocation
(Random random, StarSystemAPI system, float gap, Set<SectorEntityToken> exclude) Methods in com.fs.starfarer.api.impl.campaign.procgen.themes that return types with arguments of type BaseThemeGenerator.EntityLocationModifier and TypeMethodDescriptionBaseThemeGenerator.getLocations
(Random random, StarSystemAPI system, float minGap, LinkedHashMap<BaseThemeGenerator.LocationType, Float> weights) BaseThemeGenerator.getLocations
(Random random, StarSystemAPI system, Set<SectorEntityToken> exclude, float minGap, LinkedHashMap<BaseThemeGenerator.LocationType, Float> weights) Methods in com.fs.starfarer.api.impl.campaign.procgen.themes with parameters of type BaseThemeGenerator.EntityLocationModifier and TypeMethodDescriptionvoid
BaseThemeGenerator.addDerelictShip
(BaseThemeGenerator.StarSystemData data, BaseThemeGenerator.EntityLocation loc, WeightedRandomPicker<String> factions) BaseThemeGenerator.addDerelictShip
(BaseThemeGenerator.StarSystemData data, BaseThemeGenerator.EntityLocation loc, String variantId) BaseThemeGenerator.addEntity
(Random random, LocationAPI system, BaseThemeGenerator.EntityLocation loc, String type, String faction) BaseThemeGenerator.addEntityAutoDetermineType
(Random random, LocationAPI system, BaseThemeGenerator.EntityLocation loc, String type, String faction) BaseThemeGenerator.addNonSalvageEntity
(LocationAPI system, BaseThemeGenerator.EntityLocation loc, String type, String faction) BaseThemeGenerator.addStation
(BaseThemeGenerator.EntityLocation loc, BaseThemeGenerator.StarSystemData data, String customEntityId, String factionId) BaseThemeGenerator.setEntityLocation
(SectorEntityToken entity, BaseThemeGenerator.EntityLocation loc, String type) Method parameters in com.fs.starfarer.api.impl.campaign.procgen.themes with type arguments of type BaseThemeGenerator.EntityLocationModifier and TypeMethodDescriptionBaseThemeGenerator.addEntity
(Random random, StarSystemAPI system, WeightedRandomPicker<BaseThemeGenerator.EntityLocation> locs, String type, String faction) Constructors in com.fs.starfarer.api.impl.campaign.procgen.themes with parameters of type BaseThemeGenerator.EntityLocationModifierConstructorDescriptionAddedEntity
(SectorEntityToken entity, BaseThemeGenerator.EntityLocation location, String entityType)