Uses of Class
Player

Packages that use Player
<Unnamed>   
 

Uses of Player in <Unnamed>
 

Methods in <Unnamed> with parameters of type Player
 void Player.transferMoneyFrom(Player loser, int amount)
          Transfers money from the losing Player to this Player.
Precondition: 0 < amount < loser.getPurse()
 

Constructors in <Unnamed> with parameters of type Player
DiceGame(Player human, Player cpu)
          Constructs a new DiceGame between two given players.