| Package | Description |
|---|---|
| com.threerings.parlor.card.data | |
| com.threerings.parlor.data | |
| com.threerings.parlor.game.server | |
| com.threerings.puzzle.client | |
| com.threerings.puzzle.data |
| Modifier and Type | Class and Description |
|---|---|
class |
CardGameObject
Game object class for card games.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Table.updateOccupants(GameObject gameobj)
Called by the table manager when the game object's players have changed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GameWatcher<T extends GameObject>
An abstract convenience class used server-side to keep an eye on a game and perform a one-time
game-over activity when the game ends.
|
| Constructor and Description |
|---|
PlayerStatusView(GameObject gameobj,
int pidx)
Constructs a player status view.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PuzzleObject
Extends the basic
GameObject to add individual player status. |
Copyright © 2015. All rights reserved.