Class SpyArea1
Class SpyArea1
java.lang.Object
|
+----Spell
|
+----OracleSpell
|
+----SpyArea1
- public class SpyArea1
- extends OracleSpell
-
SpyArea1()
-
-
cast(Fod, int, String)
-
-
getDescription()
-
-
getLevel()
-
-
getManaCost()
-
-
getSpellName()
-
-
getTarget()
-
-
getTargetProfile()
-
-
setTarget(String)
-
SpyArea1
public SpyArea1()
cast
public void cast(Fod game,
int playerNr,
String arg)
- 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