Uses of Class
com.asdf.plugins.pokergames.texasholdem.parser.PlayerInfoFieldsMessage

Packages that use PlayerInfoFieldsMessage
com.asdf.plugins.pokergames In-built pokergame implementation. 
com.asdf.plugins.pokergames.texasholdem.parser   
 

Uses of PlayerInfoFieldsMessage in com.asdf.plugins.pokergames
 

Methods in com.asdf.plugins.pokergames that return PlayerInfoFieldsMessage
 PlayerInfoFieldsMessage OurPlayerInfo.getInfoFields()
           
 PlayerInfoFieldsMessage[] GameModel.getPlayers()
           
 

Methods in com.asdf.plugins.pokergames with parameters of type PlayerInfoFieldsMessage
 void GameModel.setPlayer(int seat, PlayerInfoFieldsMessage player)
          Sets given players info to the given seat, is seat is taken, the previous player will be removed
 void GameModel.setPlayers(PlayerInfoFieldsMessage[] players)
          Removes all the players from the gameModel, and sets the given players infos in their stead
 

Constructors in com.asdf.plugins.pokergames with parameters of type PlayerInfoFieldsMessage
OurPlayerInfo(GameInfo gameInfo, PlayerInfoFieldsMessage info)
           
OurPlayerInfoFields(PlayerInfoFieldsMessage playerInfoFieldsMessage)
           
 

Uses of PlayerInfoFieldsMessage in com.asdf.plugins.pokergames.texasholdem.parser
 

Methods in com.asdf.plugins.pokergames.texasholdem.parser that return PlayerInfoFieldsMessage
 PlayerInfoFieldsMessage ObjectFactory.createPlayerInfoFieldsMessage()
          Create an instance of PlayerInfoFieldsMessage
 

Methods in com.asdf.plugins.pokergames.texasholdem.parser that return types with arguments of type PlayerInfoFieldsMessage
 java.util.List<PlayerInfoFieldsMessage> GameModelInfoMessage.getPlayers()
          Gets the value of the players property.