|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use SOCBoard | |
| soc.client | |
| soc.game | |
| Uses of SOCBoard in soc.client |
| Fields in soc.client declared as SOCBoard | |
private SOCBoard |
SOCBoardPanel.board
The board in the game |
| Uses of SOCBoard in soc.game |
| Fields in soc.game declared as SOCBoard | |
private SOCBoard |
SOCGame.board
the game board |
| Methods in soc.game that return SOCBoard | |
SOCBoard |
SOCGame.getBoard()
|
| Methods in soc.game with parameters of type SOCBoard | |
void |
SOCPlayerNumbers.updateNumbers(SOCPlayingPiece piece,
SOCBoard board)
update the numbers data given a piece and a board, add numbers for this player to the list |
void |
SOCPlayerNumbers.updateNumbers(int coord,
SOCBoard board)
update the numbers data given a coordinate and a board, add numbers for this player to the list |
void |
SOCPlayerNumbers.undoUpdateNumbers(SOCPlayingPiece piece,
SOCBoard board)
undo the updating of the numbers data given a piece and a board, remove numbers for this player from the list |
void |
SOCPlayerNumbers.undoUpdateNumbers(int coord,
SOCBoard board)
undo the updating of the numbers data given a coordinate and a board, remove numbers for this player from the list |
protected void |
SOCGame.setBoard(SOCBoard gb)
set the game board |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||