com.huguesjohnson.tiamat
Class NonPlayerCharacter

java.lang.Object
  extended by com.huguesjohnson.tiamat.Character
      extended by com.huguesjohnson.tiamat.NonPlayerCharacter
All Implemented Interfaces:
Storable

public class NonPlayerCharacter
extends Character

NonPlayerCharacter.java - concrete representation of a character

Author:
Hugues Johnson

Constructor Summary
NonPlayerCharacter()
          Creates an empty NonPlayerCharacter.
 
Method Summary
 
Methods inherited from class com.huguesjohnson.tiamat.Character
getAttributes, getFullImage, getFullImagePath, getFullImagePathAbsolute, getItems, getProfile, getSkills, getSprite, getSpritePath, getSpritePathAbsolute, getThumbnailImage, getThumbnailImagePath, getThumbnailImagePathAbsolute, onDeserialize, setAbsoluteDir, setAttributes, setFullImagePath, setItems, setProfile, setSkills, setSpritePath, setThumbnailImagePath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NonPlayerCharacter

public NonPlayerCharacter()
Creates an empty NonPlayerCharacter.



Copyright © 2004-2006 Hugues Johnson