Uses of Class
com.asdf.plugins.pokergames.OurPlayerInfo

Packages that use OurPlayerInfo
com.asdf.plugins.pokergames In-built pokergame implementation. 
 

Uses of OurPlayerInfo in com.asdf.plugins.pokergames
 

Methods in com.asdf.plugins.pokergames that return OurPlayerInfo
 OurPlayerInfo GameModel.getOurPlayer(int seat)
          Get OurPlayerInfo from player in the given seat, to update his fields Use getPlayer if you just want to ask for the fields
 

Methods in com.asdf.plugins.pokergames with parameters of type OurPlayerInfo
 void GameModel.setPlayer(int seat, OurPlayerInfo player)
          Sets given players info to the given seat, is seat is taken, the previous player will be removed
 

Constructors in com.asdf.plugins.pokergames with parameters of type OurPlayerInfo
OurPlayerInfo(OurPlayerInfo previous)
          for cloning players for deep copies