Package zombie.worldMap
Class WorldMapSettings
java.lang.Object
zombie.worldMap.WorldMapSettings
public final class WorldMapSettings
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
WorldMapSettings.MiniMap
class
WorldMapSettings.WorldMap
-
Field Summary
-
Constructor Summary
Constructors Constructor Description WorldMapSettings()
-
Method Summary
Modifier and Type Method Description boolean
getBoolean(java.lang.String string)
double
getDouble(java.lang.String string, double double1)
int
getFileVersion()
static WorldMapSettings
getInstance()
ConfigOption
getOptionByIndex(int int1)
ConfigOption
getOptionByName(java.lang.String string)
int
getOptionCount()
void
load()
static void
Reset()
void
save()
void
setBoolean(java.lang.String string, boolean boolean1)
void
setDouble(java.lang.String string, double double1)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
VERSION1
public static int VERSION1 -
VERSION
public static int VERSION
-
-
Constructor Details
-
WorldMapSettings
public WorldMapSettings()
-
-
Method Details
-
getInstance
-
getOptionByName
-
getOptionCount
public int getOptionCount() -
getOptionByIndex
-
setBoolean
public void setBoolean(java.lang.String string, boolean boolean1) -
getBoolean
public boolean getBoolean(java.lang.String string) -
setDouble
public void setDouble(java.lang.String string, double double1) -
getDouble
public double getDouble(java.lang.String string, double double1) -
getFileVersion
public int getFileVersion() -
save
public void save() -
load
public void load() -
Reset
public static void Reset()
-