Uses of Class
edu.ou.mancala.player.MancalaPlayer

Packages that use MancalaPlayer
edu.ou.mancala   
edu.ou.mancala.board   
edu.ou.mancala.player   
 

Uses of MancalaPlayer in edu.ou.mancala
 

Constructors in edu.ou.mancala with parameters of type MancalaPlayer
MancalaControllable(MancalaPlayer player, GameBoard board)
           
 

Uses of MancalaPlayer in edu.ou.mancala.board
 

Methods in edu.ou.mancala.board that return MancalaPlayer
 MancalaPlayer[] GameBoard.getPlayers()
          Get the players involved in this game.
 

Uses of MancalaPlayer in edu.ou.mancala.player
 

Constructors in edu.ou.mancala.player with parameters of type MancalaPlayer
ImmutableMancalaPlayer(MancalaPlayer player)
           
MancalaPlayer(MancalaPlayer m)