Uses of Class
vooga.gameEngine.controller.TimingController

Packages that use TimingController
games.SpaceInvaders.controllers   
games.SpaceInvaders.items   
games.SpaceInvaders.levels   
vooga.gameEngine.core   
 

Uses of TimingController in games.SpaceInvaders.controllers
 

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

Uses of TimingController in games.SpaceInvaders.items
 

Constructors in games.SpaceInvaders.items with parameters of type TimingController
UFO(SpaceInvaders si, ImageTexture imageTexture, CameraController cc, TimingController tc, AlienAI ai, PlacedText health)
           
 

Uses of TimingController in games.SpaceInvaders.levels
 

Methods in games.SpaceInvaders.levels with parameters of type TimingController
 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)
           
 

Uses of TimingController in vooga.gameEngine.core
 

Methods in vooga.gameEngine.core that return TimingController
 TimingController GameManager.getTimingController()
          Method for getting the TimingController.
 TimingController GameEngine.getTimingController()
          Simple getter for the TimingController for the game.