Interface GuidedMissileAI


public interface GuidedMissileAI
  • Method Details

    • getTarget

      CombatEntityAPI getTarget()
    • setTarget

      void setTarget(CombatEntityAPI target)
      Missile should switch to following target if this method is called. Called as a result of flares causing distractions and such.
      Parameters:
      target -