Uses of Class
controller.Player

Packages that use Player
controller   
 

Uses of Player in controller
 

Methods in controller that return Player
 Player Control.getFirstPlayer()
          accessor(selector): Returns the first Player.
 Player Control.getSecondPlayer()
          accessor(selector): Returns the second Player.
 

Methods in controller with parameters of type Player
 void Control.setFirstPlayer(Player r)
          transformer(mutative): Sets the first Player as the parameter Player passed.
 void Control.setSecondPlayer(Player r)
          transformer(mutative): Sets the second Player as the parameter Player passed.