public class WorldMap
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.Map<java.lang.String,MapInstance> |
mapList |
| Constructor and Description |
|---|
WorldMap()
Populates the mapList with all of the map files it can find.
|
| Modifier and Type | Method and Description |
|---|---|
static WorldMap |
getInstance() |
void |
resetAll()
Calls MapInstance.reset() for all objects in mapList, used when player exits to main menu
|
public java.util.Map<java.lang.String,MapInstance> mapList
public WorldMap()
public static WorldMap getInstance()
public void resetAll()