Class Confuse2

Class Confuse2

java.lang.Object
   |
   +----Spell
           |
           +----Illusions
                   |
                   +----Confuse2

public class Confuse2
extends Illusions

Constructor Index

 o Confuse2()

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 setTarget(String)

Constructors

 o Confuse2
  public Confuse2()

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 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