me.escapeNT.pail.config
Class General
java.lang.Object
me.escapeNT.pail.config.General
public class General
- extends Object
Class for handling general configuration.
- Author:
- escapeNT
Field Summary |
static org.bukkit.util.config.Configuration |
config
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
config
public static final org.bukkit.util.config.Configuration config
General
public General()
load
public static void load()
- Loads the configuration.
save
public static void save()
- Saves the configuration.
isAutoUpdate
public static boolean isAutoUpdate()
- Returns:
- the autoUpdate
setAutoUpdate
public static void setAutoUpdate(boolean aAutoUpdate)
- Parameters:
aAutoUpdate
- the autoUpdate to set
getLookAndFeel
public static String getLookAndFeel()
- Returns:
- the lookAndFeel
setLookAndFeel
public static void setLookAndFeel(String aLookAndFeel)
- Parameters:
aLookAndFeel
- the lookAndFeel to set
getLang
public static Language getLang()
- Returns:
- the language
setLang
public static void setLang(Language aLang)
- Parameters:
aLang
- the lang to set
Copyright © 2011. All Rights Reserved.