Uses of Enum Class
com.fs.starfarer.api.fleet.FleetMemberType
Packages that use FleetMemberType
Package
Description
-
Uses of FleetMemberType in com.fs.starfarer.api
Methods in com.fs.starfarer.api with parameters of type FleetMemberTypeModifier and TypeMethodDescriptionFactoryAPI.createFleetMember
(FleetMemberType type, ShipVariantAPI variant) FactoryAPI.createFleetMember
(FleetMemberType type, String variantOrWingId) SettingsAPI.createFleetMember
(FleetMemberType type, ShipVariantAPI variant) SettingsAPI.createFleetMember
(FleetMemberType type, String variantOrWingId) -
Uses of FleetMemberType in com.fs.starfarer.api.campaign
Methods in com.fs.starfarer.api.campaign with parameters of type FleetMemberTypeModifier and TypeMethodDescriptionvoid
CargoAPI.addMothballedShip
(FleetMemberType type, String variantOrWingId, String optionalName) -
Uses of FleetMemberType in com.fs.starfarer.api.characters
Methods in com.fs.starfarer.api.characters with parameters of type FleetMemberTypeModifier and TypeMethodDescriptionvoid
CharacterCreationData.addStartingFleetMember
(String specId, FleetMemberType type) -
Uses of FleetMemberType in com.fs.starfarer.api.fleet
Methods in com.fs.starfarer.api.fleet that return FleetMemberTypeModifier and TypeMethodDescriptionFleetMemberAPI.getType()
static FleetMemberType
Returns the enum constant of this class with the specified name.static FleetMemberType[]
FleetMemberType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.fs.starfarer.api.fleet with parameters of type FleetMemberTypeModifier and TypeMethodDescriptionvoid
FleetAPI.addFleetMember
(FleetMemberType type, String variantId, String optionalName) -
Uses of FleetMemberType in com.fs.starfarer.api.mission
Methods in com.fs.starfarer.api.mission with parameters of type FleetMemberTypeModifier and TypeMethodDescriptionMissionDefinitionAPI.addToFleet
(FleetSide side, String variantId, FleetMemberType type, boolean isFlagship) Add a ship variant to a fleet.MissionDefinitionAPI.addToFleet
(FleetSide side, String variantId, FleetMemberType type, String shipName, boolean isFlagship) Same as the other addToFleet method, except you can specify the ship's name.