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

Packages that use Player
com.asdf.plugins.pokergames In-built pokergame implementation. 
com.asdf.plugins.pokergames.texasholdem.bots   
 

Uses of Player in com.asdf.plugins.pokergames
 

Classes in com.asdf.plugins.pokergames that implement Player
 class OurPlayer
          class implementing Player interface for human players to send action choices through
 

Methods in com.asdf.plugins.pokergames that return Player
 Player[] PokerGameController.getPlayers()
          Getter for players
 

Methods in com.asdf.plugins.pokergames with parameters of type Player
 void PokerGameController.addBot(int seatNumber, java.lang.String name, Player bot, double cash)
          Adding a bot to the table, sends the info to the server Should be called only after the seat has been successfully reserved
 

Uses of Player in com.asdf.plugins.pokergames.texasholdem.bots
 

Classes in com.asdf.plugins.pokergames.texasholdem.bots that implement Player
 class Bananabot
          Simple rule-based bot to show the capabilities of the AI-interface.
 class KillerBot
           
 class SuperBot