jfreerails.server
Class OldWorldImpl

java.lang.Object
  extended by jfreerails.server.OldWorldImpl

public class OldWorldImpl
extends java.lang.Object

This class sets up a World object.

Author:
luke

Constructor Summary
OldWorldImpl()
           
 
Method Summary
static World createWorldFromMapFile(java.lang.String mapName, FreerailsProgressMonitor pm)
          Note, the map name is converted to lower case and any spaces are replaced with underscores.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OldWorldImpl

public OldWorldImpl()
Method Detail

createWorldFromMapFile

public static World createWorldFromMapFile(java.lang.String mapName,
                                           FreerailsProgressMonitor pm)
Note, the map name is converted to lower case and any spaces are replaced with underscores.