Class TeleMissileTracker

java.lang.Object
megamek.common.weapons.TeleMissileTracker
All Implemented Interfaces:
Serializable

public class TeleMissileTracker extends Object implements Serializable
TeleMissile Tracker - holds a list of tele-missiles controlled by this entity and information on what particular weapon controls them
See Also:
  • Constructor Details

    • TeleMissileTracker

      public TeleMissileTracker()
      Creates new instance of the tracker
  • Method Details

    • addMissile

      public void addMissile(int wId, int missileId)
    • removeMissile

      public void removeMissile(int wId)
    • getMissile

      public int getMissile(int wId)
    • containsLauncher

      public boolean containsLauncher(int wId)
    • getMissiles

      public Vector<Integer> getMissiles()