Uses of Interface
com.fs.starfarer.api.campaign.CustomCampaignEntityAPI
Packages that use CustomCampaignEntityAPI
Package
Description
-
Uses of CustomCampaignEntityAPI in com.fs.starfarer.api.campaign
Methods in com.fs.starfarer.api.campaign that return CustomCampaignEntityAPIModifier and TypeMethodDescriptionLocationAPI.addCustomEntity
(String id, String name, String type, String factionId) Adds a custom entity.LocationAPI.addCustomEntity
(String id, String name, String type, String factionId, float radius, float spriteWidth, float spriteHeight) Adds a custom entity with a radius/spritWidth/spriteHeight different than those defined for this entity type in custom_entities.json.LocationAPI.addCustomEntity
(String id, String name, String type, String factionId, float radius, float spriteWidth, float spriteHeight, Object pluginParams) LocationAPI.addCustomEntity
(String id, String name, String type, String factionId, Object pluginParams) Methods in com.fs.starfarer.api.campaign that return types with arguments of type CustomCampaignEntityAPIModifier and TypeMethodDescriptionLocationAPI.getCustomEntities()
LocationAPI.getCustomEntitiesWithTag
(String tag) Similar to getEntitiesWithTag(), but for custom entities only. -
Uses of CustomCampaignEntityAPI in com.fs.starfarer.api.impl.campaign
Fields in com.fs.starfarer.api.impl.campaign declared as CustomCampaignEntityAPIConstructors in com.fs.starfarer.api.impl.campaign with parameters of type CustomCampaignEntityAPI -
Uses of CustomCampaignEntityAPI in com.fs.starfarer.api.impl.campaign.ghosts
Fields in com.fs.starfarer.api.impl.campaign.ghosts declared as CustomCampaignEntityAPIMethods in com.fs.starfarer.api.impl.campaign.ghosts that return CustomCampaignEntityAPI -
Uses of CustomCampaignEntityAPI in com.fs.starfarer.api.impl.campaign.procgen.themes
Methods in com.fs.starfarer.api.impl.campaign.procgen.themes that return CustomCampaignEntityAPIModifier and TypeMethodDescriptionstatic CustomCampaignEntityAPI
RemnantThemeGenerator.addBeacon
(StarSystemAPI system, RemnantThemeGenerator.RemnantSystemType type) -
Uses of CustomCampaignEntityAPI in com.fs.starfarer.api.util
Methods in com.fs.starfarer.api.util that return CustomCampaignEntityAPIModifier and TypeMethodDescriptionstatic CustomCampaignEntityAPI
Misc.addCargoPods
(LocationAPI where, org.lwjgl.util.vector.Vector2f loc)