|
OGS Java API Spec | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Spell | |
ogs.magic | Defines the standard magic system. |
ogs.magic.feats | The ogs.magic.feats package provides metamagic feats. |
ogs.spells | Abstract base classes for spells in each school of magic. |
Uses of Spell in ogs.magic |
Methods in ogs.magic with parameters of type Spell | |
Integer |
SpellList.getLevel(Spell spell,
Class casterClass)
Determine the spell level for a spell and a class of caster. |
Uses of Spell in ogs.magic.feats |
Methods in ogs.magic.feats with parameters of type Spell | |
boolean |
StillSpell.attachSpell(Spell spell)
Attach this metamagic feat to a spell. |
boolean |
StillSpell.detachSpell(Spell spell)
Detach this metamagic feat from a spell. |
boolean |
SilentSpell.attachSpell(Spell spell)
Attach this metamagic feat to a spell. |
boolean |
SilentSpell.detachSpell(Spell spell)
Detach this metamagic feat from a spell. |
boolean |
EnlargeSpell.attachSpell(Spell spell)
Attach this metamagic feat to a spell. |
boolean |
EnlargeSpell.detachSpell(Spell spell)
Detach this metamagic feat from a spell. |
Uses of Spell in ogs.spells |
Subclasses of Spell in ogs.spells | |
class |
Abjuration
A spell in the Abjuration school. |
class |
Conjuration
A spell in the Conjuration school. |
class |
Divination
A spell in the Divination school. |
class |
Enchantment
A spell in the Enchantment school. |
class |
Evocation
A spell in the Evocation school. |
class |
Illusion
A spell in the Illusion school. |
class |
Necromancy
A spell in the Necromancy school. |
class |
Transmutation
A spell in the Transmutation school. |
class |
Universal
A spell in the Universal school. |
|
OGS Java API Spec | ||||||||||
PREV NEXT | FRAMES NO FRAMES |