| Package | Description |
|---|---|
| com.threerings.puzzle.client | |
| com.threerings.puzzle.data | |
| com.threerings.puzzle.drop.client | |
| com.threerings.puzzle.drop.data | |
| com.threerings.puzzle.server |
| Modifier and Type | Method and Description |
|---|---|
void |
PlayerStatusView.setBoardSummary(BoardSummary summary)
Sets the player board summary.
|
| Modifier and Type | Field and Description |
|---|---|
BoardSummary[] |
PuzzleObject.summaries
Summaries of the boards of all players in this puzzle (may be null if the puzzle doesn't
support individual player boards).
|
| Modifier and Type | Method and Description |
|---|---|
void |
PuzzleObject.setSummaries(BoardSummary[] value)
Requests that the
summaries field be set to the
specified value. |
void |
PuzzleObject.setSummariesAt(BoardSummary value,
int index)
Requests that the
indexth element of
summaries field be set to the specified value. |
| Modifier and Type | Method and Description |
|---|---|
void |
DropPanel.setSummary(int pidx,
BoardSummary summary)
Updates the board summary display for the given player.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DropBoardSummary
Provides a summary of a
DropBoard. |
| Modifier and Type | Method and Description |
|---|---|
BoardSummary |
PuzzleManager.getBoardSummary(int pidx)
Returns the board summary for the given player index.
|
Copyright © 2015. All rights reserved.