public class CardSetType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static CardSetType |
CARDSET_DOMINOES
A set of dominoes.
|
static CardSetType |
CARDSET_FRENCH
A standard (French) card deck (A/K/Q/J/10..2).
|
static CardSetType |
UNKNOWN_CARDSET |
static java.util.ArrayList |
values |
| Modifier and Type | Method and Description |
|---|---|
static CardSetType |
valueOf(int i)
Decodes the value sent from the server.
|
public static final java.util.ArrayList values
public static final CardSetType UNKNOWN_CARDSET
public static final CardSetType CARDSET_FRENCH
public static final CardSetType CARDSET_DOMINOES
public static CardSetType valueOf(int i)
i -