spellcast.beings
Interface IMonster

All Superinterfaces:
IBeing, util.Nullable
All Known Implementing Classes:
FireElemental, Giant, Goblin, IceElemental, Monster, NullMonster, Ogre, Troll

public interface IMonster
extends IBeing


Method Summary
 IWizard getOwner()
          Return the IWizard who is the owner of this IMonster.
 
Methods inherited from interface spellcast.beings.IBeing
addEnchantment, getEnchantments, getGender, getHitPoints, getId, getLeavesCorpse, getMaxHitPoints, getName, isActive, isAlive, removeEnchantment, setActive, setAlive, setGender, setHitPoints, setId, setLeavesCorpse, setMaxHitPoints, setName, shouldDie, takeDamage, updateEnchantments
 
Methods inherited from interface util.Nullable
isNull
 

Method Detail

getOwner

IWizard getOwner()
Return the IWizard who is the owner of this IMonster.

Returns:
the IWizard who is the owner of this IMonster.


Copyright © 2001-2005 Spellcast. All Rights Reserved.