Class GBIntercept

java.lang.Object
com.fs.starfarer.api.impl.campaign.ghosts.BaseGhostBehavior
com.fs.starfarer.api.impl.campaign.ghosts.GBIntercept
All Implemented Interfaces:
GhostBehavior

public class GBIntercept extends BaseGhostBehavior
  • Field Details

    • other

      protected SectorEntityToken other
    • maxBurn

      protected int maxBurn
    • endOnIntercept

      protected boolean endOnIntercept
    • desiredRange

      protected float desiredRange
  • Constructor Details

    • GBIntercept

      public GBIntercept(SectorEntityToken other, float duration, int maxBurn, boolean endOnIntercept)
    • GBIntercept

      public GBIntercept(SectorEntityToken other, float duration, int maxBurn, float desiredRange, boolean endOnIntercept)
  • Method Details