Uses of Class
vooga.gameEngine.controller.HumanController

Packages that use HumanController
vooga.gameEngine.controller   
vooga.gameEngine.core   
vooga.replay.core This package contains major classes used for interfacing with Replay and used for the backend and frontend. 
 

Uses of HumanController in vooga.gameEngine.controller
 

Methods in vooga.gameEngine.controller with parameters of type HumanController
 void NetworkController.setUp(int playerNumber, HumanController inputControl, VoogaGameClient localClient)
          Called by network instances of games to setup the framework for networked multiplayer games.
 

Uses of HumanController in vooga.gameEngine.core
 

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

Uses of HumanController in vooga.replay.core
 

Constructors in vooga.replay.core with parameters of type HumanController
UserActionReplay.HumanFireer(HumanController inputHumanController, java.util.EventObject inputEventObject)