Uses of Class
SpaceCraft

Uses of SpaceCraft in
 

Subclasses of SpaceCraft in Default Package
 class AlienSpaceCraft
           
 class OwnSpaceCraft
           
 

Methods in Default Package that return SpaceCraft
 SpaceCraft Sector.collisionCheck()
          Checks for a collision between the users spacecraft and all aliens in the sector.
 

Methods in Default Package with parameters of type SpaceCraft
 void Sector.updateAndAddSpaceCraft(SpaceCraft craft)
          If the input parameter SpaceCraft is already in the sector its heading and/or postion are updated.
 void Sector.removeSpaceCraft(SpaceCraft craft)
          Remove a SpaceCraft from the sector.
 boolean SpaceCraft.equals(SpaceCraft subject)
          Checks to see if this SpaceCraft has the same ID and port number as the input parameter.