Class MrSacksAnonAction

java.lang.Object
  extended by AbstractStory
      extended by MultiLocationStory
          extended by MrSacksAnonAction

public class MrSacksAnonAction
extends MultiLocationStory


Field Summary
(package private)  int state
           
 
Fields inherited from class AbstractStory
world
 
Constructor Summary
MrSacksAnonAction()
           
 
Method Summary
 Report createReport(String location)
           
 String getName()
           
 void receiveMessage(Option o)
           
 void receiveMessage(String s)
           
 
Methods inherited from class MultiLocationStory
createReport
 
Methods inherited from class AbstractStory
getDescription, 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
 

Field Detail

state

int state
Constructor Detail

MrSacksAnonAction

public MrSacksAnonAction()
Method Detail

createReport

public Report createReport(String location)
Specified by:
createReport in class MultiLocationStory

getName

public String getName()
Specified by:
getName in class AbstractStory

receiveMessage

public void receiveMessage(Option o)
Overrides:
receiveMessage in class MultiLocationStory

receiveMessage

public void receiveMessage(String s)
Specified by:
receiveMessage in class MultiLocationStory