OGS Java API Spec

Uses of Class
ogs.magic.Component

Packages that use Component
ogs.magic Defines the standard magic system. 
 

Uses of Component in ogs.magic
 

Subclasses of Component in ogs.magic
 class ExperienceCost
          A spell component that requires a loss of experience points.
 class PhysicalComponent
          A spell component with physical attributes.
 

Methods in ogs.magic that return Component
static Component Component.Verbal()
          Create a new Verbal spell component.
static Component Component.Somantic()
          Create a new Somantic spell component.
static Component Component.DivineFocus()
          Create a new Divine Focus spell component.
 


OGS Java API Spec