Uses of Class
vooga.gameEngine.controller.NetworkController

Packages that use NetworkController
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 NetworkController in vooga.gameEngine.core
 

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

Uses of NetworkController in vooga.replay.core
 

Constructors in vooga.replay.core with parameters of type NetworkController
UserActionReplay.NetworkFireer(NetworkController inputNetworkController, java.util.EventObject inputEventObject)