|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TestOn | |
---|---|
net.sf.magicproject.action | Provides actions. |
net.sf.magicproject.action.target | Provides action manipulating list of targetable adding only ONE target. |
net.sf.magicproject.expression | Provides expressions. |
net.sf.magicproject.test | Provides all tests. |
net.sf.magicproject.token | Unclassed constants. |
Uses of TestOn in net.sf.magicproject.action |
---|
Fields in net.sf.magicproject.action declared as TestOn | |
---|---|
TestOn |
PayMana.controller
The player paying this mana |
Methods in net.sf.magicproject.action with parameters of type TestOn | |
---|---|
static boolean |
MoveCard.moveCard(MCard card,
TestOn controller,
int destination,
ContextEventListener context,
int idPosition,
Ability ability,
boolean silentMode)
Move a card in a zone with a specified new controller. |
Uses of TestOn in net.sf.magicproject.action.target |
---|
Methods in net.sf.magicproject.action.target with parameters of type TestOn | |
---|---|
static SingletonTarget |
SingletonTarget.getInstance(TestOn on)
Return the instance of this class corresponding to the given selecttion. |
Uses of TestOn in net.sf.magicproject.expression |
---|
Constructors in net.sf.magicproject.expression with parameters of type TestOn | |
---|---|
CardColors(TestOn on)
Creates a new instance of this class. |
|
CardTypes(TestOn on)
Creates a new instance of IntValue with a specified value. |
Uses of TestOn in net.sf.magicproject.test |
---|
Methods in net.sf.magicproject.test that return TestOn | |
---|---|
static TestOn |
TestOn.deserialize(java.io.InputStream input)
Read and return the enum from the given inputstream. |
static TestOn |
TestOn.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TestOn |
TestOn.valueOfXsd(java.lang.String xsdName)
Return null of enum value corresponding to the given Xsd name. |
static TestOn[] |
TestOn.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in net.sf.magicproject.test with parameters of type TestOn | |
---|---|
InZone(int idZone,
TestOn on)
Creates a new instance of InZone |
|
IsTested(TestOn on)
Create an instance of TestedIsMe |
|
IsTested(TestOn on,
TestOn other)
Create an instance of TestedIsMe |
|
PreviousZone(int idZone,
TestOn on)
Creates a new instance of InZone |
|
ReplaceTested(TestOn replace,
Test nestedTest)
Create a new instance of this class. |
Uses of TestOn in net.sf.magicproject.token |
---|
Methods in net.sf.magicproject.token that return TestOn | |
---|---|
TestOn |
Register.getTargetable()
Return the component associated to this register. |
Constructors in net.sf.magicproject.token with parameters of type TestOn | |
---|---|
Register(TestOn on)
Create a new instance of this class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |