OGS Java API Spec

Uses of Class
ogs.core.Creature

Packages that use Creature
ogs.core The ogs.core package contains types are are used in all open games regardless of setting. 
ogs.creatures The ogs.creatures package provides two universal types of creatures. 
 

Uses of Creature in ogs.core
 

Methods in ogs.core that return Creature
 Creature Character.getCreature()
          Determine the creature for this character.
 Creature BodyPart.getCreature()
          Determine the creature that this body part belongs to.
 

Constructors in ogs.core with parameters of type Creature
Character(Creature creature, CClass cclass)
          Create a single-classed, Nth-level character.
BodyPart(Creature creature, byte type)
          Create a new body part.
 

Uses of Creature in ogs.creatures
 

Subclasses of Creature in ogs.creatures
 class Humanoid
          A creature with human-like shape.
 class Undead
          A creature that is, technically speaking, dead.
 


OGS Java API Spec