Class Fake1
Class Fake1
java.lang.Object
|
+----Spell
|
+----Illusions
|
+----Fake1
- public class Fake1
- extends Illusions
-
Fake1()
-
-
cast(Fod, int, String)
- Should as the string argument take city#cityname or dragon#dragonname
-
getDescription()
-
-
getLevel()
-
-
getManaCost()
-
-
getSpellName()
-
-
getTarget()
-
-
getTargetProfile()
-
-
setTarget(String)
-
Fake1
public Fake1()
cast
public void cast(Fod game,
int playerNr,
String arg)
- Should as the string argument take city#cityname or dragon#dragonname
- Overrides:
- cast in class Spell
getSpellName
public String getSpellName()
- Overrides:
- getSpellName in class Spell
getDescription
public String getDescription()
- Overrides:
- getDescription in class Spell
getManaCost
public int getManaCost()
- Overrides:
- getManaCost in class Spell
getLevel
public int getLevel()
- Overrides:
- getLevel in class Spell
getTargetProfile
public String[] getTargetProfile()
- Overrides:
- getTargetProfile in class Spell
getTarget
public String getTarget()
- Overrides:
- getTarget in class Spell
setTarget
public String setTarget(String t)
- Overrides:
- setTarget in class Spell