public interface TrickCardCodes extends CardCodes
| Modifier and Type | Field and Description |
|---|---|
static int |
BOTTOM
For four-player games, the bottom (own) player.
|
static int |
LEFT
For four-player games, the player on the left.
|
static int |
RIGHT
For four-player games, the player on the right.
|
static int |
TOP
For four-player games, the top (opposite) player.
|
static final int BOTTOM
static final int LEFT
static final int TOP
static final int RIGHT
Copyright © 2015. All rights reserved.