Uses of Class
spellcast.beings.Monster

Packages that use Monster
spellcast.beings   
spellcast.ui   
 

Uses of Monster in spellcast.beings
 

Subclasses of Monster in spellcast.beings
 class FireElemental
           
 class Giant
           
 class Goblin
           
 class IceElemental
           
 class NullMonster
          A Null Monster.
 class Ogre
           
 class Troll
           
 

Methods in spellcast.beings that return Monster
static Monster Monster.newNull()
          Return a Null Monster.
 

Uses of Monster in spellcast.ui
 

Methods in spellcast.ui that return Monster
 Monster MonsterDetails.getMonster()
          Return the monster for this monster detail.
 

Methods in spellcast.ui with parameters of type Monster
 void WizardDetails.addMonster(Monster m)
          Adds a monster to the control of this wizard.
 

Constructors in spellcast.ui with parameters of type Monster
MonsterDetails(Monster m)
           
 



Copyright © 2001-2005 Spellcast. All Rights Reserved.