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