Package megamek.common.weapons
Class TeleMissileTracker
java.lang.Object
megamek.common.weapons.TeleMissileTracker
- All Implemented Interfaces:
Serializable
TeleMissile Tracker - holds a list of tele-missiles controlled by this entity and information on what particular
weapon controls them
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddMissile(int wId, int missileId) booleancontainsLauncher(int wId) intgetMissile(int wId) voidremoveMissile(int wId)
-
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
-