A B C D E F G H I J K L M N P Q R S T U V W

S

save() - Method in class poker.PlayerInfo
 
savePreferences(String) - Method in class poker.util.Preferences
Flush current preferences to disk.
savePreferences() - Method in class poker.util.Preferences
Flush current preferences to disk.
saveToFile(String) - Method in class poker.Context
append context data to the given file
seatEmpty(int) - Method in class poker.GameInfo
Test if a player is in this seat or not.
setAction(int) - Method in class poker.Context
 
setActionContext(int, double, boolean, int, double, int) - Method in class poker.Context
 
setActive(boolean) - Method in class poker.util.Reporter
 
setBankRoll(int) - Method in class poker.PlayerInfo
 
setBankRollAndSave(int) - Method in class poker.PlayerInfo
 
setBetSize(int) - Method in class poker.Context
 
setBigBlindSeat(int) - Method in class poker.GameInfo
Set the position of the big blind seat.
setBoardContext(Hand) - Method in class poker.Context
 
setButton(int) - Method in class poker.GameInfo
Set the Button.
setCard(int, int) - Method in class poker.Card
Change this card to another.
setCard(int, Card) - Method in class poker.Hand
Set the card at pos to the given card
setCurrentPlayerPosition(int) - Method in class poker.GameInfo
Set the current player position
setDebug(boolean) - Method in class poker.util.Reporter
 
setDirty(boolean) - Method in class poker.util.Preferences
 
setGameContext(int, int, int) - Method in class poker.Context
 
setHandContext(Hand, double, double) - Method in class poker.Context
 
setHistoryContext(int, int, double) - Method in class poker.Context
 
setIndex(int) - Method in class poker.Card
Change the index of the card.
setInGame(boolean) - Method in class poker.PlayerInfo
 
setInHand(boolean) - Method in class poker.Context
 
setLimits(int, int, int) - Method in class poker.GameInfo
Set the betting limits for the game.
setLogDir(String) - Method in class poker.GameInfo
Set the Log Directory used by all players for keeping logs
setLogFile(String) - Method in class poker.util.Reporter
 
setNoCapHU(boolean) - Method in class poker.GameInfo
Set option to have no cap once it is heads-up
setNoLimit(boolean) - Method in class poker.GameInfo
 
setNumRaises(int) - Method in class poker.Context
 
setPlayer(String, int) - Method in class poker.GameInfo
Insert a new player into the game.
setPlayerContext(int, int, int, int, boolean) - Method in class poker.Context
 
setPot(int) - Method in class poker.GameInfo
Set the pot size
setPotSize(int) - Method in class poker.Context
 
setPreference(String, String) - Method in class poker.util.Preferences
Set a preference.
setPreference(String, int) - Method in class poker.util.Preferences
Set a preference.
setPreference(String, long) - Method in class poker.util.Preferences
Set a preference.
setPreference(String, boolean) - Method in class poker.util.Preferences
Set a preference.
setPreference(String, double) - Method in class poker.util.Preferences
Set a preference.
setSawCards(boolean) - Method in class poker.Context
 
setSeed(long) - Method in class poker.Deck
 
setSimulation(boolean) - Method in class poker.GameInfo
Set simulation mode on or off
setSmallBlindSeat(int) - Method in class poker.GameInfo
Set the position of the small blind seat.
setThreshold(int) - Method in class poker.Pot
 
setZipMode(boolean) - Method in class poker.GameInfo
Zip mode is a flag for bots to think at a reduced capacity, where speed of play is valued over quality of decisions.
SEVEN - Static variable in class poker.Card
 
SHOWDOWN - Static variable in class poker.Holdem
 
showdownEvent(int, Card, Card) - Method in interface poker.GameObserver
 
showdownEvent(int, Card, Card) - Method in interface poker.Player
Player pos has shown two cards.
shuffle() - Method in class poker.Deck
Places all cards back into the deck and then shuffles the deck.
SIX - Static variable in class poker.Card
 
size() - Method in class poker.Hand
Get the size of the hand.
SMALL_BLIND - Static variable in class poker.Holdem
 
smallBlind() - Method in class poker.GameInfo
Small Blind the current player.
sort() - Method in class poker.Hand
Bubble Sort the hand to have cards in descending order, but card index.
SPADES - Static variable in class poker.Card
 
stageEvent(int) - Method in interface poker.GameObserver
 
stageEvent(int) - Method in interface poker.Player
A new stage (betting round) has begun.
startNewGame() - Method in class poker.GameInfo
Before a new game is played, this should always be called.
startNewGame(int) - Method in class poker.GameInfo
Before a new game is played, this should always be called.
startNewGame() - Method in class poker.PlayerInfo
Start a new game with this player

A B C D E F G H I J K L M N P Q R S T U V W