Uses of Class
games.SpaceInvaders.items.Ship

Packages that use Ship
games.SpaceInvaders.controllers   
games.SpaceInvaders.items   
games.SpaceInvaders.levels   
 

Uses of Ship in games.SpaceInvaders.controllers
 

Constructors in games.SpaceInvaders.controllers with parameters of type Ship
AlienAI(AbstractGame game, Ship ship1, Ship ship2, TimingController tc, CameraController cc)
           
AlienAI(AbstractGame game, Ship ship, TimingController tc, CameraController cc)
           
 

Uses of Ship in games.SpaceInvaders.items
 

Methods in games.SpaceInvaders.items with parameters of type Ship
 void Bomb.collide(Ship otherObject)
           
 

Uses of Ship in games.SpaceInvaders.levels
 

Methods in games.SpaceInvaders.levels with parameters of type Ship
 java.util.List<java.lang.Object> Level3.loadLevel(SpaceInvaders g, Ship s1, Ship s2, TimingController tc, CameraController cc)
           
 java.util.List<java.lang.Object> Level2.loadLevel(SpaceInvaders g, Ship s1, Ship s2, TimingController tc, CameraController cc)
           
 java.util.List<java.lang.Object> Level1.loadLevel(SpaceInvaders g, Ship s1, Ship s2, TimingController tc, CameraController cc)
           
 java.util.List<java.lang.Object> Level.loadLevel(SpaceInvaders g, Ship s1, Ship s2, TimingController tc, CameraController cc)