| Methods in com.javaflair.pokerprophesier.api.adapter that throw SimulatorException |
UpdateHelper |
PokerProphesierAdapter.getUpdateHelper()
Returns the update helper, which can be used to determine whether this
installation of Poker Prophesier is current. |
void |
PokerProphesierAdapter.runMySimulations(HoleCards holeCards,
CommunityCards communityCards,
int numSimPlayers,
int currentRound)
Runs the Me vs Opponents simulation, using my hole cards,
the community cards, the total number of simulator players and the
current game state. |
void |
PokerProphesierAdapter.runPlayerSimulations(HoleCards[] holeCards,
CommunityCards communityCards,
int currentRound)
Runs the Player vs Player simulation, using the array of players'
hole cards, the community cards and the current game state. |