Uses of Enum Class
com.fs.starfarer.api.combat.ShipAPI.HullSize
Packages that use ShipAPI.HullSize
Package
Description
-
Uses of ShipAPI.HullSize in com.fs.starfarer.api.characters
Methods in com.fs.starfarer.api.characters with parameters of type ShipAPI.HullSizeModifier and TypeMethodDescriptionvoid
ShipSkillEffect.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) static int
SkillsChangeRemoveVentsCapsEffect.getMaxCaps
(ShipAPI.HullSize size, MutableCharacterStatsAPI stats) static int
SkillsChangeRemoveVentsCapsEffect.getMaxVents
(ShipAPI.HullSize size, MutableCharacterStatsAPI stats) void
ShipSkillEffect.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) -
Uses of ShipAPI.HullSize in com.fs.starfarer.api.combat
Methods in com.fs.starfarer.api.combat that return ShipAPI.HullSizeModifier and TypeMethodDescriptionShipAPI.getHullSize()
ShipHullSpecAPI.getHullSize()
ShipVariantAPI.getHullSize()
ShipAPI.HullSize.larger()
ShipAPI.HullSize.smaller
(boolean allowFighter) static ShipAPI.HullSize
Returns the enum constant of this class with the specified name.static ShipAPI.HullSize[]
ShipAPI.HullSize.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.fs.starfarer.api.combat with parameters of type ShipAPI.HullSizeModifier and TypeMethodDescriptionvoid
BaseHullMod.addPostDescriptionSection
(TooltipMakerAPI tooltip, ShipAPI.HullSize hullSize, ShipAPI ship, float width, boolean isForModSpec) void
HullModEffect.addPostDescriptionSection
(TooltipMakerAPI tooltip, ShipAPI.HullSize hullSize, ShipAPI ship, float width, boolean isForModSpec) ship may be null, will be for modspecs.void
BaseHullMod.addSModEffectSection
(TooltipMakerAPI tooltip, ShipAPI.HullSize hullSize, ShipAPI ship, float width, boolean isForModSpec, boolean isForBuildInList) void
HullModEffect.addSModEffectSection
(TooltipMakerAPI tooltip, ShipAPI.HullSize hullSize, ShipAPI ship, float width, boolean isForModSpec, boolean isForBuildInList) void
BaseHullMod.addSModSection
(TooltipMakerAPI tooltip, ShipAPI.HullSize hullSize, ShipAPI ship, float width, boolean isForModSpec, boolean isForBuildInList) void
HullModEffect.addSModSection
(TooltipMakerAPI tooltip, ShipAPI.HullSize hullSize, ShipAPI ship, float width, boolean isForModSpec, boolean isForBuildInList) void
CombatReadinessPlugin.applyCRToStats
(float cr, MutableShipStatsAPI stats, ShipAPI.HullSize hullSize) void
BaseHullMod.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
HullModEffect.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) BaseHullMod.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) BaseHullMod.getDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) HullModEffect.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) HullModEffect.getDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) BaseHullMod.getSModDescriptionParam
(int index, ShipAPI.HullSize hullSize) BaseHullMod.getSModDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) HullModEffect.getSModDescriptionParam
(int index, ShipAPI.HullSize hullSize) HullModEffect.getSModDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) boolean
BaseHullMod.hasSModEffectSection
(ShipAPI.HullSize hullSize, ShipAPI ship, boolean isForModSpec) boolean
HullModEffect.hasSModEffectSection
(ShipAPI.HullSize hullSize, ShipAPI ship, boolean isForModSpec) void
ShipAPI.setHullSize
(ShipAPI.HullSize hullSize) boolean
BaseHullMod.shouldAddDescriptionToTooltip
(ShipAPI.HullSize hullSize, ShipAPI ship, boolean isForModSpec) boolean
HullModEffect.shouldAddDescriptionToTooltip
(ShipAPI.HullSize hullSize, ShipAPI ship, boolean isForModSpec) ship may be null, will be for modspecs. -
Uses of ShipAPI.HullSize in com.fs.starfarer.api.impl.campaign
Methods in com.fs.starfarer.api.impl.campaign with parameters of type ShipAPI.HullSizeModifier and TypeMethodDescriptionvoid
RepairGantry.addPostDescriptionSection
(TooltipMakerAPI tooltip, ShipAPI.HullSize hullSize, ShipAPI ship, float width, boolean isForModSpec) void
TowCable.addPostDescriptionSection
(TooltipMakerAPI tooltip, ShipAPI.HullSize hullSize, ShipAPI ship, float width, boolean isForModSpec) void
TowCable.addSModEffectSection
(TooltipMakerAPI tooltip, ShipAPI.HullSize hullSize, ShipAPI ship, float width, boolean isForModSpec, boolean isForBuildInList) void
TowCable.addSModSection
(TooltipMakerAPI tooltip, ShipAPI.HullSize hullSize, ShipAPI ship, float width, boolean isForModSpec) void
TowCable.addSModSection
(TooltipMakerAPI tooltip, ShipAPI.HullSize hullSize, ShipAPI ship, float width, boolean isForModSpec, boolean isForBuildInList) void
RepairGantry.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
TowCable.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) static float
DerelictShipEntityPlugin.getBaseDuration
(ShipAPI.HullSize size) RepairGantry.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) TowCable.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) TowCable.getDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) static float
DerelictShipEntityPlugin.getDetectedAtRange
(ShipAPI.HullSize size) static float
DerelictShipEntityPlugin.getRadius
(ShipAPI.HullSize size) TowCable.getSModDescriptionParam
(int index, ShipAPI.HullSize hullSize) TowCable.getSModDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) boolean
TowCable.hasSModEffectSection
(ShipAPI.HullSize hullSize, ShipAPI ship, boolean isForModSpec) boolean
RepairGantry.shouldAddDescriptionToTooltip
(ShipAPI.HullSize hullSize, ShipAPI ship, boolean isForModSpec) boolean
TowCable.shouldAddDescriptionToTooltip
(ShipAPI.HullSize hullSize, ShipAPI ship, boolean isForModSpec) -
Uses of ShipAPI.HullSize in com.fs.starfarer.api.impl.campaign.fleets
Methods in com.fs.starfarer.api.impl.campaign.fleets that return types with arguments of type ShipAPI.HullSizeModifier and TypeMethodDescriptionstatic WeightedRandomPicker<ShipAPI.HullSize>
FleetFactoryV3.makePicker
(int[] ratio, Random random) -
Uses of ShipAPI.HullSize in com.fs.starfarer.api.impl.campaign.plog
Fields in com.fs.starfarer.api.impl.campaign.plog declared as ShipAPI.HullSize -
Uses of ShipAPI.HullSize in com.fs.starfarer.api.impl.campaign.skills
Fields in com.fs.starfarer.api.impl.campaign.skills with type parameters of type ShipAPI.HullSizeMethods in com.fs.starfarer.api.impl.campaign.skills that return ShipAPI.HullSizeModifier and TypeMethodDescriptionstatic ShipAPI.HullSize
ImpactMitigation.getHullSize
(MutableShipStatsAPI stats) Methods in com.fs.starfarer.api.impl.campaign.skills with parameters of type ShipAPI.HullSizeModifier and TypeMethodDescriptionvoid
AdvancedCountermeasures.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
AdvancedCountermeasures.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
AdvancedCountermeasures.Level3A.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
AdvancedCountermeasures.Level3B.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
AutomatedShips.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
BallisticMastery.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
BallisticMastery.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
BallisticMastery.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
BallisticMastery.Level4.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
BestOfTheBest.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
BulkTransport.BaseCapacityModifierEffect.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
BulkTransport.Level4.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
CarrierCommand.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
CarrierCommand.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
CarrierCommand.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
CarrierGroup.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
CombatEndurance.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
CombatEndurance.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
CombatEndurance.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
CombatEndurance.Level4.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
ContainmentProcedures.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
ContainmentProcedures.Level4.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
CoordinatedManeuvers.Level1A.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
CoordinatedManeuvers.Level1C.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
CrewTraining.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
CrewTraining.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
CyberneticAugmentation.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
CyberneticAugmentation.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
DamageControl.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
DamageControl.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
DamageControl.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
DamageControl.Level4.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
DamageControl.Level5.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
DamageControl.Level6.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
DamageControl.Level7.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
DamageControl.Level8.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
DefensiveSystems.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
DefensiveSystems.Level2A.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
DefensiveSystems.Level2B.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
DefensiveSystems.Level3A.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
DefensiveSystems.Level3B.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
DerelictContingent.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
ElectronicWarfare.Level1A.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
ElectronicWarfare.Level1B.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
ElectronicWarfare.Level1C.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
EnergyWeaponMastery.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
EnergyWeaponMastery.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
EvasiveAction.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
EvasiveAction.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
EvasiveAction.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
FieldModulation.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
FieldModulation.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
FieldModulation.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
FieldModulation.Level4.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
FieldModulation.Level5.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
FieldModulation.Level6.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
FieldRepairs.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
FighterDoctrine.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
FighterDoctrine.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
FighterDoctrine.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
FighterDoctrine.Test.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
FighterUplink.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
FighterUplink.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
FleetLogistics.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
FleetLogistics.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
FleetLogistics.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
FluxRegulation.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
GunneryImplants.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
GunneryImplants.Level1A.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
GunneryImplants.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
GunneryImplants.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
GunneryImplants.Level3A.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
Helmsmanship.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
Helmsmanship.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
Helmsmanship.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
Helmsmanship.Level4.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
HullRestoration.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
HullRestoration.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
HullRestoration.Level3B.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
HullRestoration.Level5.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
ImpactMitigation.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
ImpactMitigation.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
ImpactMitigation.Level4.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
ImpactMitigation.Level5.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
ImpactMitigation.Level6.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
ImpactMitigation.Level7.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
MakeshiftEquipment.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
MissileSpecialization.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
MissileSpecialization.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
MissileSpecialization.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
MissileSpecialization.Level3A.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
MissileSpecialization.Level4.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
Navigation.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
Navigation.Level4.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
OmegaECM.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
OrdnanceExpertise.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
OrdnanceExpertise.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
OrdnanceExpertise.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
PhaseCorps.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
PhaseMastery.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
PhaseMastery.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
PhaseMastery.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
PointDefense.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
PointDefense.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
PointDefense.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
PolarizedArmor.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
PolarizedArmor.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
PolarizedArmor.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
PolarizedArmor.Level4.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
PowerGridModulation.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
PowerGridModulation.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
PowerGridModulation.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
RangedSpecialization.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
RangedSpecialization.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
RecoveryOperations.Level2A.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
ReliabilityEngineering.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
ReliabilityEngineering.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
ReliabilityEngineering.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
ReliabilityEngineering.Level4.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
ReliabilityEngineering.Level5.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
Salvaging.Level4.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
ShieldModulation.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
ShieldModulation.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
ShieldModulation.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
ShieldModulation.Level4.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
SpecialModifications.Level4.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
StrikeCommander.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
StrikeCommander.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
StrikeCommander.Level4.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
SupportDoctrine.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
SupportDoctrine.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
SupportDoctrine.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
SystemsExpertise.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
SystemsExpertise.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
SystemsExpertise.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
SystemsExpertise.Level4.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
SystemsExpertise.Level5.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
SystemsExpertise.Level6.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
SystemsExpertise.Level7.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
SystemsExpertise.Level8.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
TacticalDrills.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
TargetAnalysis.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
TargetAnalysis.Level1A.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
TargetAnalysis.Level2.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
TargetAnalysis.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
TargetAnalysis.Level4.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
WeaponDrills.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
WingCommander.Level1.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
WingCommander.Level2A.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
WingCommander.Level2B.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
WingCommander.Level3.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
WolfpackTactics.Level1A.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
WolfpackTactics.Level1C.apply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id, float level) void
AdvancedCountermeasures.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
AdvancedCountermeasures.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
AdvancedCountermeasures.Level3A.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
AdvancedCountermeasures.Level3B.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
AutomatedShips.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
BallisticMastery.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
BallisticMastery.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
BallisticMastery.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
BallisticMastery.Level4.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
BestOfTheBest.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
BulkTransport.BaseCapacityModifierEffect.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
BulkTransport.Level4.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
CarrierCommand.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
CarrierCommand.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
CarrierCommand.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
CarrierGroup.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
CombatEndurance.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
CombatEndurance.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
CombatEndurance.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
CombatEndurance.Level4.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
ContainmentProcedures.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
ContainmentProcedures.Level4.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
CoordinatedManeuvers.Level1A.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
CoordinatedManeuvers.Level1C.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
CrewTraining.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
CrewTraining.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
CyberneticAugmentation.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
CyberneticAugmentation.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
DamageControl.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
DamageControl.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
DamageControl.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
DamageControl.Level4.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
DamageControl.Level5.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
DamageControl.Level6.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
DamageControl.Level7.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
DamageControl.Level8.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
DefensiveSystems.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
DefensiveSystems.Level2A.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
DefensiveSystems.Level2B.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
DefensiveSystems.Level3A.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
DefensiveSystems.Level3B.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
DerelictContingent.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
ElectronicWarfare.Level1A.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
ElectronicWarfare.Level1B.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
ElectronicWarfare.Level1C.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
EnergyWeaponMastery.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
EnergyWeaponMastery.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
EvasiveAction.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
EvasiveAction.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
EvasiveAction.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
FieldModulation.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
FieldModulation.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
FieldModulation.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
FieldModulation.Level4.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
FieldModulation.Level5.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
FieldModulation.Level6.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
FieldRepairs.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
FighterDoctrine.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
FighterDoctrine.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
FighterDoctrine.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
FighterDoctrine.Test.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
FighterUplink.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
FighterUplink.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
FleetLogistics.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
FleetLogistics.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
FleetLogistics.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
FluxRegulation.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
GunneryImplants.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
GunneryImplants.Level1A.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
GunneryImplants.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
GunneryImplants.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
GunneryImplants.Level3A.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
Helmsmanship.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
Helmsmanship.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
Helmsmanship.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
Helmsmanship.Level4.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
HullRestoration.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
HullRestoration.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
HullRestoration.Level3B.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
HullRestoration.Level5.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
ImpactMitigation.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
ImpactMitigation.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
ImpactMitigation.Level4.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
ImpactMitigation.Level5.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
ImpactMitigation.Level6.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
ImpactMitigation.Level7.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
MakeshiftEquipment.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
MissileSpecialization.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
MissileSpecialization.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
MissileSpecialization.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
MissileSpecialization.Level3A.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
MissileSpecialization.Level4.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
Navigation.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
Navigation.Level4.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
OmegaECM.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
OrdnanceExpertise.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
OrdnanceExpertise.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
OrdnanceExpertise.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
PhaseCorps.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
PhaseMastery.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
PhaseMastery.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
PhaseMastery.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
PointDefense.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
PointDefense.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
PointDefense.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
PolarizedArmor.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
PolarizedArmor.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
PolarizedArmor.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
PolarizedArmor.Level4.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
PowerGridModulation.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
PowerGridModulation.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
PowerGridModulation.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
RangedSpecialization.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
RangedSpecialization.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
RecoveryOperations.Level2A.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
ReliabilityEngineering.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
ReliabilityEngineering.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
ReliabilityEngineering.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
ReliabilityEngineering.Level4.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
ReliabilityEngineering.Level5.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
Salvaging.Level4.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
ShieldModulation.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
ShieldModulation.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
ShieldModulation.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
ShieldModulation.Level4.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
SpecialModifications.Level4.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
StrikeCommander.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
StrikeCommander.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
StrikeCommander.Level4.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
SupportDoctrine.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
SupportDoctrine.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
SupportDoctrine.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
SystemsExpertise.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
SystemsExpertise.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
SystemsExpertise.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
SystemsExpertise.Level4.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
SystemsExpertise.Level5.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
SystemsExpertise.Level6.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
SystemsExpertise.Level7.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
SystemsExpertise.Level8.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
TacticalDrills.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
TargetAnalysis.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
TargetAnalysis.Level1A.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
TargetAnalysis.Level2.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
TargetAnalysis.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
TargetAnalysis.Level4.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
WeaponDrills.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
WingCommander.Level1.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
WingCommander.Level2A.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
WingCommander.Level2B.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
WingCommander.Level3.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
WolfpackTactics.Level1A.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) void
WolfpackTactics.Level1C.unapply
(MutableShipStatsAPI stats, ShipAPI.HullSize hullSize, String id) -
Uses of ShipAPI.HullSize in com.fs.starfarer.api.impl.combat
Methods in com.fs.starfarer.api.impl.combat with parameters of type ShipAPI.HullSizeModifier and TypeMethodDescriptionvoid
CRPluginImpl.applyCRToStats
(float cr, MutableShipStatsAPI stats, ShipAPI.HullSize hullSize) -
Uses of ShipAPI.HullSize in com.fs.starfarer.api.impl.combat.dweller
Methods in com.fs.starfarer.api.impl.combat.dweller with parameters of type ShipAPI.HullSizeModifier and TypeMethodDescriptionvoid
ShroudedLensHullmod.addPostDescriptionSection
(TooltipMakerAPI tooltip, ShipAPI.HullSize hullSize, ShipAPI ship, float width, boolean isForModSpec) void
ShroudedThunderheadHullmod.addPostDescriptionSection
(TooltipMakerAPI tooltip, ShipAPI.HullSize hullSize, ShipAPI ship, float width, boolean isForModSpec) void
DwellerHullmod.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
HumanShipShroudedHullmod.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
ShroudedMantleHullmod.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) static float
ShroudedLensHullmod.getDamage
(ShipAPI.HullSize size) static float
ShroudedThunderheadHullmod.getDamage
(ShipAPI.HullSize size) ShroudedLensHullmod.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) ShroudedMantleHullmod.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) ShroudedThunderheadHullmod.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) static float
ShroudedThunderheadHullmod.getEMPDamage
(ShipAPI.HullSize size) static float
ShroudedLensHullmod.getFluxCost
(ShipAPI.HullSize size) static float
ShroudedThunderheadHullmod.getFluxCost
(ShipAPI.HullSize size) static float
ShroudedLensHullmod.getPowerMult
(ShipAPI.HullSize size) static float
ShroudedThunderheadHullmod.getPowerMult
(ShipAPI.HullSize size) static float
ShroudedLensHullmod.getRoF
(ShipAPI.HullSize size) ShroudedMantleHullmod.getSModDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) void
BaseDwellerShipCreator.initBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
DwellerShipCreator.initBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
HumanShipShroudCreator.initBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
ShroudedEyeShipCreator.initBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
ShroudedMaelstromShipCreator.initBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
ShroudedMawShipCreator.initBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
ShroudedTendrilShipCreator.initBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) boolean
ShroudedLensHullmod.shouldAddDescriptionToTooltip
(ShipAPI.HullSize hullSize, ShipAPI ship, boolean isForModSpec) boolean
ShroudedThunderheadHullmod.shouldAddDescriptionToTooltip
(ShipAPI.HullSize hullSize, ShipAPI ship, boolean isForModSpec) -
Uses of ShipAPI.HullSize in com.fs.starfarer.api.impl.combat.threat
Fields in com.fs.starfarer.api.impl.combat.threat declared as ShipAPI.HullSizeMethods in com.fs.starfarer.api.impl.combat.threat with parameters of type ShipAPI.HullSizeModifier and TypeMethodDescriptionvoid
ThreatHullmod.addPostDescriptionSection
(TooltipMakerAPI tooltip, ShipAPI.HullSize hullSize, ShipAPI ship, float width, boolean isForModSpec) void
FragmentCoordinatorHullmod.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
FragmentSwarmHullmod.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
SecondaryFabricatorHullmod.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
ThreatHullmod.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) static boolean
ConstructionSwarmSystemScript.constructionSwarmWillBuild
(ShipAPI ship, String tag, ShipAPI.HullSize size) static float
FragmentSwarmHullmod.getBaseSwarmRespawnRateMult
(ShipAPI.HullSize size) static int
FragmentSwarmHullmod.getBaseSwarmSize
(ShipAPI.HullSize size) static int
ConstructionSwarmSystemScript.getCombatDeployed
(CombatFleetManagerAPI manager, ShipAPI.HullSize size) FragmentCoordinatorHullmod.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) FragmentSwarmHullmod.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) SecondaryFabricatorHullmod.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) static int
ConstructionSwarmSystemScript.getFragmentCost
(float dp, ShipAPI.HullSize size) FragmentCoordinatorHullmod.getSModDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) FragmentSwarmHullmod.getSModDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) SecondaryFabricatorHullmod.getSModDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) boolean
ThreatHullmod.shouldAddDescriptionToTooltip
(ShipAPI.HullSize hullSize, ShipAPI ship, boolean isForModSpec) -
Uses of ShipAPI.HullSize in com.fs.starfarer.api.impl.hullmods
Fields in com.fs.starfarer.api.impl.hullmods declared as ShipAPI.HullSizeFields in com.fs.starfarer.api.impl.hullmods with type parameters of type ShipAPI.HullSizeMethods in com.fs.starfarer.api.impl.hullmods with parameters of type ShipAPI.HullSizeModifier and TypeMethodDescriptionvoid
Automated.addPostDescriptionSection
(TooltipMakerAPI tooltip, ShipAPI.HullSize hullSize, ShipAPI ship, float width, boolean isForModSpec) void
BallisticRangefinder.addPostDescriptionSection
(TooltipMakerAPI tooltip, ShipAPI.HullSize hullSize, ShipAPI ship, float width, boolean isForModSpec) void
ConvertedHangar.addPostDescriptionSection
(TooltipMakerAPI tooltip, ShipAPI.HullSize hullSize, ShipAPI ship, float width, boolean isForModSpec) void
EnergyBoltCoherer.addPostDescriptionSection
(TooltipMakerAPI tooltip, ShipAPI.HullSize hullSize, ShipAPI ship, float width, boolean isForModSpec) void
HighResSensors.addPostDescriptionSection
(TooltipMakerAPI tooltip, ShipAPI.HullSize hullSize, ShipAPI ship, float width, boolean isForModSpec) void
HighScatterAmp.addPostDescriptionSection
(TooltipMakerAPI tooltip, ShipAPI.HullSize hullSize, ShipAPI ship, float width, boolean isForModSpec) void
MissileAutoloader.addPostDescriptionSection
(TooltipMakerAPI tooltip, ShipAPI.HullSize hullSize, ShipAPI ship, float width, boolean isForModSpec) void
NeuralInterface.addPostDescriptionSection
(TooltipMakerAPI tooltip, ShipAPI.HullSize hullSize, ShipAPI ship, float width, boolean isForModSpec) void
PhaseField.addPostDescriptionSection
(TooltipMakerAPI tooltip, ShipAPI.HullSize hullSize, ShipAPI ship, float width, boolean isForModSpec) void
AblativeArmor.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
AdaptivePhaseCoils.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
AdditionalBerthing.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
AdvancedGroundSupport.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
AndradaMods.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
AssaultPackage.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
Automated.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
AuxiliaryFuelTanks.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
BallisticRangefinder.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
BDeck.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
CompromisedStorage.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
CompromisedStructure.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
ConvertedHangar.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
DamagedFlightDeck.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
DamagedWeaponMounts.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
DefectiveManufactory.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
DefensiveTargetingArray.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
DegradedLifeSupport.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
DegradedShields.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
DesignCompromises.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
DistributedFireControl.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
DriveFieldStabilizer.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
ECMPackage.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
EfficiencyOverhaul.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
EnergyBoltCoherer.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
ErraticInjector.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
ExpandedCargoHolds.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
ExpandedDeckCrew.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
ExperimentalPhaseCoils.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
FaultyAutomatedSystems.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
FighterChassisStorage.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
FragileSubsystems.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
GlitchedSensorArray.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
GroundSupport.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
HeavyBallisticsIntegration.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
HighEfficiencyDriveField.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
HighResSensors.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
HighScatterAmp.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
IncreasedMaintenance.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
MalfunctioningComms.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
MilitarizedSubsystems.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
MissileAutoloader.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
NavRelay.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
NeuralIntegrator.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
NeuralInterface.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
OperationsCenter.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
PDIntegration.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
PeriodicMissileReload.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
PhaseAnchor.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
PhaseField.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
RecoveryShuttles.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
RuggedConstruction.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
ShardSpawner.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
ShieldAlwaysOn.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
ShieldShunt.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
TerminatorCore.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) void
VastHangar.applyEffectsBeforeShipCreation
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) AblativeArmor.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) AdaptivePhaseCoils.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) AdditionalBerthing.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) AdvancedGroundSupport.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) AndradaMods.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) AssaultPackage.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) Automated.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) AuxiliaryFuelTanks.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) BallisticRangefinder.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) BDeck.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) CompromisedStorage.getDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) CompromisedStructure.getDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) DamagedFlightDeck.getDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) DamagedWeaponMounts.getDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) DefectiveManufactory.getDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) DefensiveTargetingArray.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) DegradedLifeSupport.getDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) DegradedShields.getDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) DesignCompromises.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) DistributedFireControl.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) DriveFieldStabilizer.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) ECMPackage.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) EfficiencyOverhaul.getDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) EnergyBoltCoherer.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) ErraticInjector.getDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) EscortPackage.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) ExpandedCargoHolds.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) ExpandedDeckCrew.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) ExperimentalPhaseCoils.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) FaultyAutomatedSystems.getDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) FighterChassisStorage.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) FragileSubsystems.getDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) GlitchedSensorArray.getDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) GroundSupport.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) HeavyBallisticsIntegration.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) HighEfficiencyDriveField.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) HighResSensors.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) HighScatterAmp.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) IncreasedMaintenance.getDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) MalfunctioningComms.getDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) MilitarizedSubsystems.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) NavRelay.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) NeuralInterface.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) OperationsCenter.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) PDIntegration.getDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) PeriodicMissileReload.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) PhaseAnchor.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) PhaseField.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) RecoveryShuttles.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) RuggedConstruction.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) SharedFluxSink.getDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) ShieldAlwaysOn.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) ShieldShunt.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) TerminatorCore.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) VastHangar.getDescriptionParam
(int index, ShipAPI.HullSize hullSize) ConvertedHangar.getSModDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) DefensiveTargetingArray.getSModDescriptionParam
(int index, ShipAPI.HullSize hullSize) EfficiencyOverhaul.getSModDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) EscortPackage.getSModDescriptionParam
(int index, ShipAPI.HullSize hullSize) HighResSensors.getSModDescriptionParam
(int index, ShipAPI.HullSize hullSize) HighScatterAmp.getSModDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) MissileAutoloader.getSModDescriptionParam
(int index, ShipAPI.HullSize hullSize, ShipAPI ship) RecoveryShuttles.getSModDescriptionParam
(int index, ShipAPI.HullSize hullSize) ShieldShunt.getSModDescriptionParam
(int index, ShipAPI.HullSize hullSize) static void
CompromisedStructure.modifyCost
(ShipAPI.HullSize hullSize, MutableShipStatsAPI stats, String id) boolean
BallisticRangefinder.shouldAddDescriptionToTooltip
(ShipAPI.HullSize hullSize, ShipAPI ship, boolean isForModSpec) boolean
ConvertedHangar.shouldAddDescriptionToTooltip
(ShipAPI.HullSize hullSize, ShipAPI ship, boolean isForModSpec) boolean
EnergyBoltCoherer.shouldAddDescriptionToTooltip
(ShipAPI.HullSize hullSize, ShipAPI ship, boolean isForModSpec) boolean
HighResSensors.shouldAddDescriptionToTooltip
(ShipAPI.HullSize hullSize, ShipAPI ship, boolean isForModSpec) boolean
HighScatterAmp.shouldAddDescriptionToTooltip
(ShipAPI.HullSize hullSize, ShipAPI ship, boolean isForModSpec) boolean
MissileAutoloader.shouldAddDescriptionToTooltip
(ShipAPI.HullSize hullSize, ShipAPI ship, boolean isForModSpec) boolean
PhaseField.shouldAddDescriptionToTooltip
(ShipAPI.HullSize hullSize, ShipAPI ship, boolean isForModSpec) Constructors in com.fs.starfarer.api.impl.hullmods with parameters of type ShipAPI.HullSizeModifierConstructorDescriptionReloadCapacityData
(ShipAPI.HullSize size, int minW, int maxW, int capacity) -
Uses of ShipAPI.HullSize in com.fs.starfarer.api.loading
Methods in com.fs.starfarer.api.loading with parameters of type ShipAPI.HullSizeModifier and TypeMethodDescriptionint
HullModSpecAPI.getCostFor
(ShipAPI.HullSize size) HullModSpecAPI.getDescription
(ShipAPI.HullSize size) HullModSpecAPI.getSModDescription
(ShipAPI.HullSize hullSize) -
Uses of ShipAPI.HullSize in com.fs.starfarer.api.plugins.impl
Methods in com.fs.starfarer.api.plugins.impl with parameters of type ShipAPI.HullSizeModifier and TypeMethodDescriptionstatic int
CoreAutofitPlugin.getBaseMax
(ShipAPI.HullSize size) int
CoreAutofitPlugin.getMaxCaps
(ShipAPI.HullSize size) int
CoreAutofitPlugin.getMaxVents
(ShipAPI.HullSize size) -
Uses of ShipAPI.HullSize in com.fs.starfarer.api.util
Methods in com.fs.starfarer.api.util with parameters of type ShipAPI.HullSizeModifier and TypeMethodDescriptionstatic ShipAPI
Misc.findClosestShipEnemyOf
(ShipAPI ship, org.lwjgl.util.vector.Vector2f locFromForSorting, ShipAPI.HullSize smallestToNote, float maxRange, boolean considerShipRadius) static ShipAPI
Misc.findClosestShipEnemyOf
(ShipAPI ship, org.lwjgl.util.vector.Vector2f locFromForSorting, ShipAPI.HullSize smallestToNote, float maxRange, boolean considerShipRadius, Misc.FindShipFilter filter) static ShipAPI
Misc.findClosestShipTo
(ShipAPI ship, org.lwjgl.util.vector.Vector2f locFromForSorting, ShipAPI.HullSize smallestToNote, float maxRange, boolean considerShipRadius, boolean allowHulks, Misc.FindShipFilter filter) static float
Misc.getBuildInBonusXP
(HullModSpecAPI mod, ShipAPI.HullSize size) static float
Misc.getCampaignShipScaleMult
(ShipAPI.HullSize size) static String
Misc.getHullSizeStr
(ShipAPI.HullSize size) static int
Misc.getOPCost
(HullModSpecAPI mod, ShipAPI.HullSize size) static float
Misc.getSizeNum
(ShipAPI.HullSize size)