public class PlayerCard extends Object implements com.threerings.io.Streamable
| Modifier and Type | Field and Description |
|---|---|
Card |
card
The card that the player played.
|
int |
pidx
The index of the player.
|
| Constructor and Description |
|---|
PlayerCard()
No-argument constructor for deserialization.
|
PlayerCard(int pidx,
Card card)
Creates a new player card.
|
public int pidx
public Card card
public PlayerCard()
public PlayerCard(int pidx,
Card card)
pidx - the index of the playercard - the card playedCopyright © 2015. All rights reserved.