net.sf.magicproject.token
Interface IdZones

All Known Implementing Classes:
Client

public interface IdZones

The available zone identifiants, and also special codes attached to the state in the zone.

Author:
Fabrice Daugan

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

PLAY

static final int PLAY
The play zone

See Also:
Constant Field Values

HAND

static final int HAND
The hand zone

See Also:
Constant Field Values

FIRST_ADDITIONAL_ZONE

static final int FIRST_ADDITIONAL_ZONE
The first available additional zone.

See Also:
Constant Field Values

LAST_ADDITIONAL_ZONE

static final int LAST_ADDITIONAL_ZONE
The last available additional zone.

See Also:
Constant Field Values

SIDE

static final int SIDE
The side zone

See Also:
Constant Field Values

STACK

static final int STACK
The stack zone

See Also:
Constant Field Values

DELAYED

static final int DELAYED
The delayed buffer zone

See Also:
Constant Field Values

TRIGGERED

static final int TRIGGERED
The triggered buffer zone

See Also:
Constant Field Values

NB_ZONE

static final int NB_ZONE
Nb zones

See Also:
Constant Field Values

NOWHERE

static final int NOWHERE
Completly destructed

See Also:
Constant Field Values

CONTEXT

static final int CONTEXT
The zone is determined during the runtime depending on the value on the context. Cannot be used outside an action in a replacement or triggered ability.

See Also:
Constant Field Values

ANYWHERE

static final int ANYWHERE
No care zone

See Also:
Constant Field Values

PLAY_TAPPED

static final int PLAY_TAPPED
The must be tapped in play constraint

See Also:
Constant Field Values

PLAY_UNTAPPED

static final int PLAY_UNTAPPED
The must be untapped in play constraint

See Also:
Constant Field Values

ZONE_NAMES

static final java.lang.String[] ZONE_NAMES
The zones name associated to zone names


ZONE_VALUES

static final int[] ZONE_VALUES
The zones name associated to zone values (index)



Copyright © 2003-2007 Magic-Project. All Rights Reserved.