ogs.spells
Class Abjuration
java.lang.Object
|
+--ogs.support.Object
|
+--ogs.magic.Spell
|
+--ogs.spells.Abjuration
- All Implemented Interfaces:
- EventListener
- public abstract class Abjuration
- extends Spell
A spell in the Abjuration school. This class is the abstract base
class for all Abjuration 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 |
Abjuration
public Abjuration()
getSchool
public School getSchool()
- Determine the school for this type of spell. All Abjuration spells
are in the Abjuration school.
- Specified by:
getSchool
in class Spell
- Returns:
- Abjuration school.