Uses of Interface
com.asdf.plugins.pokergames.PlayerInfo

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

Uses of PlayerInfo in com.asdf.plugins.pokergames
 

Classes in com.asdf.plugins.pokergames that implement PlayerInfo
 class OurPlayerInfo
          Our implementation for PlayerInfo
 

Methods in com.asdf.plugins.pokergames that return PlayerInfo
 PlayerInfo GameModel.getCurrentPlayer()
           
 PlayerInfo GameModel.getPlayer(int seat)
           
 PlayerInfo GameInfo.getPlayer(int arg0)
          Get state information for a player in a given seat
 PlayerInfo GameModel.getPlayer(java.lang.String name)
           
 PlayerInfo GameInfo.getPlayer(java.lang.String arg0)
          Get state information for a player with a given name
 

Methods in com.asdf.plugins.pokergames that return types with arguments of type PlayerInfo
 java.util.List<PlayerInfo> GameModel.getPlayersInPot(double amount)
           
 java.util.List<PlayerInfo> GameInfo.getPlayersInPot(double arg0)
          Get a list of all players eligible to win a pot with the given minimum stakes
 

Constructors in com.asdf.plugins.pokergames with parameters of type PlayerInfo
StatisticsPlayer(PlayerInfo player)