Package zombie.worldMap
Class WorldMapSettings
java.lang.Object
zombie.worldMap.WorldMapSettings
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
final class
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getBoolean
(String string) double
int
static WorldMapSettings
getOptionByIndex
(int int1) getOptionByName
(String string) int
void
load()
static void
Reset()
void
save()
void
setBoolean
(String string, boolean boolean1) void
-
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
-
getBoolean
-
setDouble
-
getDouble
-
getFileVersion
public int getFileVersion() -
save
public void save() -
load
public void load() -
Reset
public static void Reset()
-