Class WorldManager

java.lang.Object
  |
  +--WorldManager

public class WorldManager
extends java.lang.Object


Constructor Summary
WorldManager()
           
 
Method Summary
static World associateNewWorldWith(Node e1)
          Makes a new world, and associates it with node e.
The world's contents are emptied into the main universe when that node is destroyed.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WorldManager

public WorldManager()
Method Detail

associateNewWorldWith

public static final World associateNewWorldWith(Node e1)
Makes a new world, and associates it with node e.
The world's contents are emptied into the main universe when that node is destroyed.