Class LocationStory

java.lang.Object
  extended by AbstractStory
      extended by LocationStory
Direct Known Subclasses:
Location

public abstract class LocationStory
extends AbstractStory


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

Constructor Detail

LocationStory

public LocationStory()
Method Detail

receiveMessage

public void receiveMessage(Option o)
Specified by:
receiveMessage in class AbstractStory