Uses of Class
com.fs.starfarer.api.campaign.FactionAPI.ShipPickParams
Packages that use FactionAPI.ShipPickParams
-
Uses of FactionAPI.ShipPickParams in com.fs.starfarer.api.campaign
Methods in com.fs.starfarer.api.campaign that return FactionAPI.ShipPickParamsModifier and TypeMethodDescriptionstatic FactionAPI.ShipPickParams
FactionAPI.ShipPickParams.all()
FactionAPI.ShipPickParams.clone()
static FactionAPI.ShipPickParams
FactionAPI.ShipPickParams.imported()
static FactionAPI.ShipPickParams
FactionAPI.ShipPickParams.priority()
Methods in com.fs.starfarer.api.campaign with parameters of type FactionAPI.ShipPickParamsModifier and TypeMethodDescriptionFactionAPI.pickShip
(String role, FactionAPI.ShipPickParams params) FactionAPI.pickShip
(String role, FactionAPI.ShipPickParams params, ShipFilter filter, Random random) float
FactionAPI.pickShipAndAddToFleet
(String role, FactionAPI.ShipPickParams params, CampaignFleetAPI fleet) May add more than one ship if a fallback specifies to add multiple ships.float
FactionAPI.pickShipAndAddToFleet
(String role, FactionAPI.ShipPickParams params, CampaignFleetAPI fleet, Random random) -
Uses of FactionAPI.ShipPickParams in com.fs.starfarer.api.campaign.econ
Methods in com.fs.starfarer.api.campaign.econ with parameters of type FactionAPI.ShipPickParamsModifier and TypeMethodDescriptionfloat
MarketAPI.pickShipAndAddToFleet
(String role, FactionAPI.ShipPickParams params, CampaignFleetAPI fleet) May add more than one ship if a fallback specifies to add multiple ships.float
MarketAPI.pickShipAndAddToFleet
(String role, String factionId, FactionAPI.ShipPickParams params, CampaignFleetAPI fleet) MarketAPI.pickShipsForRole
(String role, FactionAPI.ShipPickParams params, Random random, ShipFilter filter) MarketAPI.pickShipsForRole
(String role, String factionId, FactionAPI.ShipPickParams params, Random random, ShipFilter filter)