Class Animate2
Class Animate2
java.lang.Object
|
+----Spell
|
+----Necromancy
|
+----Animate2
- public class Animate2
- extends Necromancy
-
Animate2()
-
-
cast(Fod, int, String)
- Should as the string argument take city#cityname or dragon#dragonname
-
getDescription()
-
-
getLevel()
-
-
getManaCost()
-
-
getSpellName()
-
-
getTarget()
-
-
getTargetProfile()
-
-
setTarget(String)
-
Animate2
public Animate2()
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