|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MapLoader | |
|---|---|
| net.kolls.railworld.opening | Classes used to start the game. |
| Uses of MapLoader in net.kolls.railworld.opening |
|---|
| Fields in net.kolls.railworld.opening declared as MapLoader | |
|---|---|
MapLoader[] |
ResourceLoader.maps
When used with an applet, will contain all the loaded maps when finished. |
| Methods in net.kolls.railworld.opening that return MapLoader | |
|---|---|
abstract MapLoader |
MapLoader.loadAgain()
Loads another instance of this map from its original source (file or URL). |
static MapLoader |
MapLoader.loadFromFile(java.io.File file)
Loads the map from the given file. |
static MapLoader |
MapLoader.loadFromURL(java.net.URL url)
Loads the map from the given URL. |
static MapLoader |
MapLoader.loadFromUserPrompt(ScriptManager scripts,
java.io.File directory)
Popup a file chooser dialog to allow the user to select a map file locally. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||