|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IF_SetGameStorage_TH
| Method Summary | |
|---|---|
void |
setEndHand(int finalpot,
int[] cashDelta,
Card[][] enemyCards)
Store information of the ending hand (winner, revealed holeCards, ...). |
void |
setEndRound(long timestamp,
java.util.ArrayList<Action> betHistory,
Card[] revealedBoardCards)
Store information of the ending round. |
void |
setHand(int[] position,
int sb,
int bb,
int ante,
int[] cashInit,
Card[] holeCards)
Store information of the started hand. |
| Methods inherited from interface game.gamestorage.IF_SetGameStorage |
|---|
setEndCompetition, setGetGamedef, setStartCompetition |
| Method Detail |
|---|
void setHand(int[] position,
int sb,
int bb,
int ante,
int[] cashInit,
Card[] holeCards)
void setEndRound(long timestamp,
java.util.ArrayList<Action> betHistory,
Card[] revealedBoardCards)
void setEndHand(int finalpot,
int[] cashDelta,
Card[][] enemyCards)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||