Class CharacterStory

java.lang.Object
  extended by AbstractStory
      extended by CharacterStory
Direct Known Subclasses:
AbstractCharacter

public abstract class CharacterStory
extends AbstractStory


Field Summary
 
Fields inherited from class AbstractStory
world
 
Constructor Summary
CharacterStory()
           
 
Method Summary
 
Methods inherited from class AbstractStory
createReport, getDescription, getName, getPlayerLocation, getTime, getWorld, isActive, notifyLocation, notifyLocation, receiveMessage, setActive, setWorld
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharacterStory

public CharacterStory()