|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IdZones
The available zone identifiants, and also special codes attached to the state in the zone.
Field Summary | |
---|---|
static int |
ANYWHERE
No care zone |
static int |
CONTEXT
The zone is determined during the runtime depending on the value on the context. |
static int |
DELAYED
The delayed buffer zone |
static int |
FIRST_ADDITIONAL_ZONE
The first available additional zone. |
static int |
HAND
The hand zone |
static int |
LAST_ADDITIONAL_ZONE
The last available additional zone. |
static int |
NB_ZONE
Nb zones |
static int |
NOWHERE
Completly destructed |
static int |
PLAY
The play zone |
static int |
PLAY_TAPPED
The must be tapped in play constraint |
static int |
PLAY_UNTAPPED
The must be untapped in play constraint |
static int |
SIDE
The side zone |
static int |
STACK
The stack zone |
static int |
TRIGGERED
The triggered buffer zone |
static java.lang.String[] |
ZONE_NAMES
The zones name associated to zone names |
static int[] |
ZONE_VALUES
The zones name associated to zone values (index) |
Field Detail |
---|
static final int PLAY
static final int HAND
static final int FIRST_ADDITIONAL_ZONE
static final int LAST_ADDITIONAL_ZONE
static final int SIDE
static final int STACK
static final int DELAYED
static final int TRIGGERED
static final int NB_ZONE
static final int NOWHERE
static final int CONTEXT
static final int ANYWHERE
static final int PLAY_TAPPED
static final int PLAY_UNTAPPED
static final java.lang.String[] ZONE_NAMES
static final int[] ZONE_VALUES
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |