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 classWorldMapSettings.MiniMapclassWorldMapSettings.WorldMap -
Field Summary
-
Constructor Summary
Constructors Constructor Description WorldMapSettings() -
Method Summary
Modifier and Type Method Description booleangetBoolean(java.lang.String string)doublegetDouble(java.lang.String string, double double1)intgetFileVersion()static WorldMapSettingsgetInstance()ConfigOptiongetOptionByIndex(int int1)ConfigOptiongetOptionByName(java.lang.String string)intgetOptionCount()voidload()static voidReset()voidsave()voidsetBoolean(java.lang.String string, boolean boolean1)voidsetDouble(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()
-