|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IdTargets
The possible modes for target
Field Summary | |
---|---|
static int |
ALL
Indicates that there is no choice, all valid target are added to the list |
static int |
ALLOW_CANCEL
Indicates that there is no choice, all valid target are added to the list |
static int |
ATTACHED_TO_CONTROLLER_CHOOSE
|
static int |
CHOOSE
Indicates that the active player (you) chooses each target. |
static int |
CONTEXT_CHOOSE
Indicates that the player concerned by the current event chooses the targets. |
static java.lang.String[] |
MODE_NAMES
The avaliable mode names for target |
static int[] |
MODE_VALUES
The avaliable mode values for target |
static int |
OPPONENT_CHOOSE
Indicates that the opponent chooses the targets, not you. |
static int |
RAISE_EVENT_AUTO
The "targeted" event is generated only if a player has to choose a target. |
static int |
RAISE_EVENT_FORCE
The "targeted" event is always generated |
static int |
RAISE_EVENT_NOT
The "targeted" event is never generated |
static int |
RANDOM
Indicates that the target list is filled randomly. |
static int |
RESERVED_0
|
static int |
RESERVED_1
|
static int |
STACK0_CHOOSE
Indicates that the player identifiant saved into the current ability register chooses the targets. |
static int |
TARGET_CHOOSE
Indicates that the previously targeted player event chooses the targets. |
static int |
UNUSED_0
The target(s) would be added into the private target list of current ability. |
static int |
UNUSED_1
The target(s) would be added into the first ability found in the stack having the same name than the current ability's name. |
Field Detail |
---|
static final int CHOOSE
static final int TARGET_CHOOSE
static final int OPPONENT_CHOOSE
static final int CONTEXT_CHOOSE
static final int STACK0_CHOOSE
static final int ATTACHED_TO_CONTROLLER_CHOOSE
static final int RESERVED_0
static final int RESERVED_1
static final int RANDOM
static final int ALL
static final int ALLOW_CANCEL
static final int RAISE_EVENT_AUTO
static final int RAISE_EVENT_FORCE
static final int RAISE_EVENT_NOT
static final int UNUSED_0
static final int UNUSED_1
static final java.lang.String[] MODE_NAMES
static final int[] MODE_VALUES
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |