espresso3d.engine.fileloaders
Class E3DMapLoader

java.lang.Object
  extended byespresso3d.engine.fileloaders.E3DMapLoader

public class E3DMapLoader
extends java.lang.Object

Author:
espresso3d Class to load a map file for a world

Constructor Summary
E3DMapLoader()
           
 
Method Summary
static void loadMap(java.lang.String mapFileName, E3DWorld world)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

E3DMapLoader

public E3DMapLoader()
Method Detail

loadMap

public static void loadMap(java.lang.String mapFileName,
                           E3DWorld world)
                    throws java.lang.Exception
Throws:
java.lang.Exception