Package com.fs.starfarer.api.campaign
Interface BuffManagerAPI
public interface BuffManagerAPI
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static class
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Won't trigger an update of other possibly-related fleet stats.void
advance
(float days) getBuffs()
void
removeBuff
(String id)
-
Method Details
-
getBuff
-
addBuff
-
removeBuff
-
addBuffOnlyUpdateStat
Won't trigger an update of other possibly-related fleet stats. Useful when modifying a stat that has no effect beyond itself (i.e. a combat stat in campaign).- Parameters:
b
-
-
getBuffs
List<BuffManagerAPI.Buff> getBuffs() -
advance
void advance(float days)
-