Uses of Class
vooga.gameEngine.event.AddGameObjectEvent

Packages that use AddGameObjectEvent
games.pong   
games.RobotUnicornAttack   
games.SpaceInvaders   
games.SpaceInvaders.controllers   
testing.gameEngine.WormsDemo   
vooga.gameEngine.listener   
 

Uses of AddGameObjectEvent in games.pong
 

Methods in games.pong with parameters of type AddGameObjectEvent
 void Pong.processAddRequest(AddGameObjectEvent e)
           
 

Uses of AddGameObjectEvent in games.RobotUnicornAttack
 

Methods in games.RobotUnicornAttack with parameters of type AddGameObjectEvent
 void RobotUnicornAttack.processAddRequest(AddGameObjectEvent e)
           
 

Uses of AddGameObjectEvent in games.SpaceInvaders
 

Methods in games.SpaceInvaders with parameters of type AddGameObjectEvent
 void SpaceInvaders.processAddRequest(AddGameObjectEvent e)
           
 

Uses of AddGameObjectEvent in games.SpaceInvaders.controllers
 

Methods in games.SpaceInvaders.controllers with parameters of type AddGameObjectEvent
 void AlienAI.processAddRequest(AddGameObjectEvent e)
           
 

Uses of AddGameObjectEvent in testing.gameEngine.WormsDemo
 

Methods in testing.gameEngine.WormsDemo with parameters of type AddGameObjectEvent
 void WormsDemo.processAddRequest(AddGameObjectEvent e)
           
 

Uses of AddGameObjectEvent in vooga.gameEngine.listener
 

Methods in vooga.gameEngine.listener with parameters of type AddGameObjectEvent
 void AddRemoveGameObjectListener.processAddRequest(AddGameObjectEvent e)
          Optionally checks whether it is okay to add the item requesting addition to the game and then adds that item to the game.