Class MrSacksMachine

java.lang.Object
  extended by AbstractStory
      extended by MultiLocationStory
          extended by StoryStateMachine
              extended by MrSacksMachine

public class MrSacksMachine
extends StoryStateMachine


Field Summary
(package private)  int state
           
 
Fields inherited from class AbstractStory
world
 
Constructor Summary
MrSacksMachine()
           
 
Method Summary
 int getState()
           
 void receiveMessage(String message)
           
 
Methods inherited from class StoryStateMachine
createReport, getName, setData
 
Methods inherited from class MultiLocationStory
createReport, receiveMessage
 
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

MrSacksMachine

public MrSacksMachine()
Method Detail

getState

public int getState()
Specified by:
getState in class StoryStateMachine

receiveMessage

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