Class MiddleEarthAdventures

java.lang.Object
  extended by AbstractWorld
      extended by MiddleEarthAdventures

public class MiddleEarthAdventures
extends AbstractWorld


Field Summary
 
Fields inherited from class AbstractWorld
inactiveStories, map, model, playerLocation, stories
 
Method Summary
(package private)  String getStartingLocation()
           
static AbstractWorld getWorld()
           
 void setupStories()
           
 
Methods inherited from class AbstractWorld
activateStoryByName, addStory, deactivateStory, getLocationByName, getMap, getPlayerLocation, getTime, removeStoryCompletely, removeStoryFromLocation, setChaos, setModel, setPlayerLocation, setTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getStartingLocation

String getStartingLocation()
Specified by:
getStartingLocation in class AbstractWorld

getWorld

public static AbstractWorld getWorld()

setupStories

public void setupStories()
Specified by:
setupStories in class AbstractWorld