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

Packages that use ImmutableMancalaPlayer
edu.ou.mancala.client   
edu.ou.mancala.player   
 

Uses of ImmutableMancalaPlayer in edu.ou.mancala.client
 

Methods in edu.ou.mancala.client with parameters of type ImmutableMancalaPlayer
 void RandomClient.endAction(ImmutableMancalaState world, ImmutableMancalaPlayer client)
           
 java.lang.Integer RandomClient.startAction(ImmutableMancalaState world, ImmutableMancalaPlayer client)
           
 

Uses of ImmutableMancalaPlayer in edu.ou.mancala.player
 

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