|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IdTokens
Field Summary | |
---|---|
static int |
ABILITY_REGISTER_SIZE
Size of delayed's registers |
static int |
CARD
Target is a card |
static int |
CARD_REGISTER_SIZE
Size of card's registers |
static int |
DEALTABLE
Target is a player or a card |
static int |
DELAYED_REGISTERS
Access to the saved card. |
static int |
FIRST_FREE_CARD_INDEX
First index of card where any modification does not generate any event |
static int |
ID
Access to identifiant of player |
static int |
LIFE
Index of player life information |
static int |
MANA_ABILITY
Value for playable idCard for MeventCanICast. |
static int |
MANA_POOL
Special access to the whole mana pool player and manacost of card. |
static int |
MSG_ANSWER_INDEX
The register index of stack registers where the answer of the last message box. |
static int |
MYSELF
access to the card containing the current spell/ability |
static int |
PLAYER
Target is a player |
static int |
PLAYER_REGISTER_SIZE
Size of player registers |
static int |
POISON
Index of player poison information |
static int |
POWER
Index of card power information |
static int |
PRIVATE_NAMED_TARGETABLE
Target is saved object |
static java.lang.String[] |
REGISTER_INDEX_NAMES
Comment for registerIndexName |
static int[] |
REGISTER_INDEX_VALUES
Comment for registerIndexValue |
static int |
REQUIRED_MANA
Access the required mana of current spell. |
static int |
STACK
Access to stack registers |
static int |
STACK_REGISTER_SIZE
Stack register size |
static int |
STATIC_REGISTER
Special access to the static values. |
static int |
TARGET
Correspond to the cards/players targetted. |
static int |
TOUGHNESS
Index of card toughness information |
static int |
TURN_ID
Special access to the static value correponding to the turn number. |
Field Detail |
---|
static final int STACK_REGISTER_SIZE
static final int CARD_REGISTER_SIZE
static final int ABILITY_REGISTER_SIZE
static final int PLAYER_REGISTER_SIZE
static final int CARD
static final int PLAYER
static final int TARGET
static final int STACK
static final int TURN_ID
static final int DELAYED_REGISTERS
static final int STATIC_REGISTER
static final int PRIVATE_NAMED_TARGETABLE
static final int MYSELF
static final int DEALTABLE
static final int MSG_ANSWER_INDEX
IdAnswer.yes
,
IdAnswer.no
,
Constant Field Valuesstatic final int MANA_POOL
static final int REQUIRED_MANA
static final int ID
static final int POWER
static final int TOUGHNESS
static final int FIRST_FREE_CARD_INDEX
static final int POISON
static final int LIFE
static final int MANA_ABILITY
static final java.lang.String[] REGISTER_INDEX_NAMES
registerIndexName
static final int[] REGISTER_INDEX_VALUES
registerIndexValue
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |