public interface CardCodes
extends com.threerings.presents.data.InvocationCodes
| Modifier and Type | Field and Description |
|---|---|
static int |
ACE
The number of the ace.
|
static int |
BLACK_JOKER
The number of the black joker.
|
static int |
CLUBS
The suit of clubs.
|
static int |
DIAMONDS
The suit of diamonds.
|
static int |
HEARTS
The suit of hearts.
|
static int |
JACK
The number of the jack.
|
static int |
KING
The number of the king.
|
static int |
QUEEN
The number of the queen.
|
static int |
RED_JOKER
The number of the red joker.
|
static int |
SPADES
The suit of spades.
|
static final int SPADES
static final int HEARTS
static final int CLUBS
static final int DIAMONDS
static final int JACK
static final int QUEEN
static final int KING
static final int ACE
static final int RED_JOKER
static final int BLACK_JOKER
Copyright © 2015. All rights reserved.