Interface BuffManagerAPI


public interface BuffManagerAPI
  • Method Details

    • getBuff

    • addBuff

      void addBuff(BuffManagerAPI.Buff b)
    • removeBuff

      void removeBuff(String id)
    • addBuffOnlyUpdateStat

      void addBuffOnlyUpdateStat(BuffManagerAPI.Buff b)
      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

    • advance

      void advance(float days)