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

public class GBFollow extends BaseGhostBehavior
  • Field Details

    • other

      protected SectorEntityToken other
    • maxBurn

      protected int maxBurn
    • desiredRange

      protected float desiredRange
    • desiredRangeMin

      protected float desiredRangeMin
    • desiredRangeMax

      protected float desiredRangeMax
    • interval

      protected IntervalUtil interval
    • angleOffset

      protected float angleOffset
    • dest

      protected org.lwjgl.util.vector.Vector2f dest
  • Constructor Details

    • GBFollow

      public GBFollow(SectorEntityToken other, float duration, int maxBurn, float desiredRangeMin, float desiredRangeMax)
  • Method Details