Class ManaGrow2

Class ManaGrow2

java.lang.Object
   |
   +----Spell
           |
           +----Mentalism
                   |
                   +----ManaGrow2

public class ManaGrow2
extends Mentalism

Constructor Index

 o ManaGrow2()

Method Index

 o cast(Fod, int, String)
Should as the string argument take city#cityname or dragon#dragonname
 o getDescription()
 o getLevel()
 o getManaCost()
 o getSpellName()
 o getTarget()
 o getTargetProfile()
 o prepare(String, ClientThread)
 o setTarget(String)

Constructors

 o ManaGrow2
  public ManaGrow2()

Methods

 o 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
 o prepare
  public void prepare(String target,
                      ClientThread ct)
Overrides:
prepare in class Spell
 o getSpellName
  public String getSpellName()
Overrides:
getSpellName in class Spell
 o getDescription
  public String getDescription()
Overrides:
getDescription in class Spell
 o getManaCost
  public int getManaCost()
Overrides:
getManaCost in class Spell
 o getLevel
  public int getLevel()
Overrides:
getLevel in class Spell
 o getTargetProfile
  public String[] getTargetProfile()
Overrides:
getTargetProfile in class Spell
 o getTarget
  public String getTarget()
Overrides:
getTarget in class Spell
 o setTarget
  public String setTarget(String t)
Overrides:
setTarget in class Spell