Uses of Class
com.fs.starfarer.api.combat.MutableStat.StatMod
Packages that use MutableStat.StatMod
-
Uses of MutableStat.StatMod in com.fs.starfarer.api.combat
Methods in com.fs.starfarer.api.combat that return MutableStat.StatModModifier and TypeMethodDescriptionStatBonus.getFlatBonus
(String source) MutableStat.getFlatStatMod
(String source) StatBonus.getMultBonus
(String source) MutableStat.getMultStatMod
(String source) StatBonus.getPercentBonus
(String source) MutableStat.getPercentStatMod
(String source) Methods in com.fs.starfarer.api.combat that return types with arguments of type MutableStat.StatModModifier and TypeMethodDescriptionStatBonus.getFlatBonuses()
MutableStat.getFlatMods()
StatBonus.getMultBonuses()
MutableStat.getMultMods()
StatBonus.getPercentBonuses()
MutableStat.getPercentMods()
-
Uses of MutableStat.StatMod in com.fs.starfarer.api.ui
Methods in com.fs.starfarer.api.ui with parameters of type MutableStat.StatModModifier and TypeMethodDescriptionTooltipMakerAPI.StatModValueGetter.getFlatValue
(MutableStat.StatMod mod) TooltipMakerAPI.StatModValueGetter.getModColor
(MutableStat.StatMod mod) TooltipMakerAPI.StatModValueGetter.getMultValue
(MutableStat.StatMod mod) TooltipMakerAPI.StatModValueGetter.getPercentValue
(MutableStat.StatMod mod)