ogs.spells
Class Necromancy
java.lang.Object
|
+--ogs.support.Object
|
+--ogs.magic.Spell
|
+--ogs.spells.Necromancy
- All Implemented Interfaces:
- EventListener
- public abstract class Necromancy
- extends Spell
A spell in the Necromancy school. This class is the abstract base
class for all Necromancy spells.
Method Summary |
School |
getSchool()
Determine the school for this type of spell. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Necromancy
public Necromancy()
getSchool
public School getSchool()
- Determine the school for this type of spell. All Necromancy spells
are in the Necromancy school.
- Specified by:
getSchool
in class Spell
- Returns:
- Necromancy school.