public class MapLoader
extends java.lang.Object
Constructor and Description |
---|
MapLoader() |
Modifier and Type | Method and Description |
---|---|
static float |
getLuxVersion()
Will return the numeric version number of the running Lux.
|
static java.lang.String |
getMapGeneratorPath()
This method gives you the location that LuxMapGenerators are stored.
|
boolean |
isPlayerInfoInsideMap()
Is the player-info area being displayed inside the map window? The default Lux setting is true.
|
void |
setLoadText(java.lang.String text)
An optional method for informing the user during lengthy operations.
|
public static float getLuxVersion()
public static java.lang.String getMapGeneratorPath()
public boolean isPlayerInfoInsideMap()
public void setLoadText(java.lang.String text)