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