|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HoleCards | |
|---|---|
| com.javaflair.pokerprophesier.api.adapter | Provides the interface for a client to communicate with the simulator - Start here. |
| com.javaflair.pokerprophesier.api.helper | Contains helper class which are populated after each simulation. |
| Uses of HoleCards in com.javaflair.pokerprophesier.api.adapter |
|---|
| Methods in com.javaflair.pokerprophesier.api.adapter with parameters of type HoleCards | |
|---|---|
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. |
| Uses of HoleCards in com.javaflair.pokerprophesier.api.helper |
|---|
| Methods in com.javaflair.pokerprophesier.api.helper that return HoleCards | |
|---|---|
HoleCards |
MyHandHelper.getHoleCards()
Returns my hole cards. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||