OGS Java API Spec

Uses of Class
ogs.magic.School

Packages that use School
ogs.magic Defines the standard magic system. 
ogs.spells Abstract base classes for spells in each school of magic. 
 

Uses of School in ogs.magic
 

Subclasses of School in ogs.magic
 class Subschool
          A subschool of arcane magic.
 

Methods in ogs.magic that return School
abstract  School Spell.getSchool()
          Determine the school (and subschool if applicable) for this type of spell.
 

Uses of School in ogs.spells
 

Methods in ogs.spells that return School
 School Universal.getSchool()
          Determine the school for this type of spell.
 School Transmutation.getSchool()
          Determine the school for this type of spell.
 School Necromancy.getSchool()
          Determine the school for this type of spell.
 School Illusion.getSchool()
          Determine the school (or subschool) for this type of spell.
 School Evocation.getSchool()
          Determine the school for this type of spell.
 School Enchantment.getSchool()
          Determine the school (or subschool) for this type of spell.
 School Divination.getSchool()
          Determine the school for this type of spell.
 School Conjuration.getSchool()
          Determine the school (or subschool) for this type of spell.
 School Abjuration.getSchool()
          Determine the school for this type of spell.
 


OGS Java API Spec