Uses of Interface
com.fs.starfarer.api.plugins.AutofitPlugin.AvailableWeapon
Packages that use AutofitPlugin.AvailableWeapon
Package
Description
-
Uses of AutofitPlugin.AvailableWeapon in com.fs.starfarer.api.impl
Methods in com.fs.starfarer.api.impl that return types with arguments of type AutofitPlugin.AvailableWeaponMethods in com.fs.starfarer.api.impl with parameters of type AutofitPlugin.AvailableWeaponModifier and TypeMethodDescriptionvoid
SimulatorPluginImpl.fitWeaponInSlot
(WeaponSlotAPI slot, AutofitPlugin.AvailableWeapon weapon, ShipVariantAPI variant) -
Uses of AutofitPlugin.AvailableWeapon in com.fs.starfarer.api.impl.campaign.fleets
Classes in com.fs.starfarer.api.impl.campaign.fleets that implement AutofitPlugin.AvailableWeaponFields in com.fs.starfarer.api.impl.campaign.fleets with type parameters of type AutofitPlugin.AvailableWeaponModifier and TypeFieldDescriptionprotected Map<WeaponAPI.WeaponSize,
List<AutofitPlugin.AvailableWeapon>> DefaultFleetInflater.WeaponsForSize.sizeMap
protected List<AutofitPlugin.AvailableWeapon>
DefaultFleetInflater.weapons
Methods in com.fs.starfarer.api.impl.campaign.fleets that return types with arguments of type AutofitPlugin.AvailableWeaponModifier and TypeMethodDescriptionDefaultFleetInflater.getAvailableWeapons()
DefaultFleetInflater.WeaponsForSize.getWeapons
(WeaponAPI.WeaponSize size) Methods in com.fs.starfarer.api.impl.campaign.fleets with parameters of type AutofitPlugin.AvailableWeaponModifier and TypeMethodDescriptionvoid
DefaultFleetInflater.fitWeaponInSlot
(WeaponSlotAPI slot, AutofitPlugin.AvailableWeapon weapon, ShipVariantAPI variant) -
Uses of AutofitPlugin.AvailableWeapon in com.fs.starfarer.api.plugins
Methods in com.fs.starfarer.api.plugins that return types with arguments of type AutofitPlugin.AvailableWeaponMethods in com.fs.starfarer.api.plugins with parameters of type AutofitPlugin.AvailableWeaponModifier and TypeMethodDescriptionvoid
AutofitPlugin.AutofitPluginDelegate.fitWeaponInSlot
(WeaponSlotAPI slot, AutofitPlugin.AvailableWeapon weapon, ShipVariantAPI variant) -
Uses of AutofitPlugin.AvailableWeapon in com.fs.starfarer.api.plugins.impl
Fields in com.fs.starfarer.api.plugins.impl with type parameters of type AutofitPlugin.AvailableWeaponModifier and TypeFieldDescriptionprotected Map<String,
AutofitPlugin.AvailableWeapon> CoreAutofitPlugin.fittedWeapons
Methods in com.fs.starfarer.api.plugins.impl that return AutofitPlugin.AvailableWeaponModifier and TypeMethodDescriptionCoreAutofitPlugin.getBestMatch
(WeaponSpecAPI desired, boolean useBetter, String catId, Set<String> alreadyUsed, List<AutofitPlugin.AvailableWeapon> possible, WeaponSlotAPI slot, AutofitPlugin.AutofitPluginDelegate delegate) CoreAutofitPlugin.getBestMatch
(WeaponSpecAPI desired, boolean useBetter, String catId, Set<String> alreadyUsed, List<AutofitPlugin.AvailableWeapon> possible, AutofitPlugin.AutofitPluginDelegate delegate) Methods in com.fs.starfarer.api.plugins.impl that return types with arguments of type AutofitPlugin.AvailableWeaponModifier and TypeMethodDescriptionCoreAutofitPlugin.getPossibleWeapons
(WeaponSlotAPI slot, WeaponSpecAPI desired, ShipVariantAPI current, float opLeft, List<AutofitPlugin.AvailableWeapon> weapons) protected List<AutofitPlugin.AvailableWeapon>
CoreAutofitPlugin.getWeapons
(AutofitPlugin.AutofitPluginDelegate delegate) Method parameters in com.fs.starfarer.api.plugins.impl with type arguments of type AutofitPlugin.AvailableWeaponModifier and TypeMethodDescriptionCoreAutofitPlugin.getBestMatch
(WeaponSpecAPI desired, boolean useBetter, String catId, Set<String> alreadyUsed, List<AutofitPlugin.AvailableWeapon> possible, WeaponSlotAPI slot, AutofitPlugin.AutofitPluginDelegate delegate) CoreAutofitPlugin.getBestMatch
(WeaponSpecAPI desired, boolean useBetter, String catId, Set<String> alreadyUsed, List<AutofitPlugin.AvailableWeapon> possible, AutofitPlugin.AutofitPluginDelegate delegate) CoreAutofitPlugin.getPossibleWeapons
(WeaponSlotAPI slot, WeaponSpecAPI desired, ShipVariantAPI current, float opLeft, List<AutofitPlugin.AvailableWeapon> weapons)