|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bukkit.configuration.MemorySection
org.bukkit.configuration.MemoryConfiguration
org.bukkit.configuration.file.FileConfiguration
org.bukkit.configuration.file.YamlConfiguration
com.quartercode.quarterbukkit.util.Config
public class Config
Field Summary |
---|
Fields inherited from class org.bukkit.configuration.file.YamlConfiguration |
---|
BLANK_CONFIG, COMMENT_PREFIX |
Fields inherited from class org.bukkit.configuration.MemoryConfiguration |
---|
defaults, options |
Fields inherited from class org.bukkit.configuration.MemorySection |
---|
map |
Constructor Summary | |
---|---|
Config(org.bukkit.plugin.Plugin plugin,
java.io.File file)
|
Method Summary | |
---|---|
void |
load(java.io.File file)
|
void |
save()
|
void |
save(java.io.File file)
|
Methods inherited from class org.bukkit.configuration.file.YamlConfiguration |
---|
buildHeader, convertMapsToSections, loadConfiguration, loadConfiguration, loadFromString, options, parseHeader, saveToString |
Methods inherited from class org.bukkit.configuration.file.FileConfiguration |
---|
load, load, save |
Methods inherited from class org.bukkit.configuration.MemoryConfiguration |
---|
addDefault, addDefaults, addDefaults, getDefaults, getParent, setDefaults |
Methods inherited from class org.bukkit.configuration.MemorySection |
---|
contains, createPath, createPath, createSection, createSection, get, get, getBoolean, getBoolean, getBooleanList, getByteList, getCharacterList, getConfigurationSection, getCurrentPath, getDefault, getDefaultSection, getDouble, getDouble, getDoubleList, getFloatList, getInt, getInt, getIntegerList, getItemStack, getItemStack, getKeys, getList, getList, getLong, getLong, getLongList, getMapList, getName, getOfflinePlayer, getOfflinePlayer, getRoot, getShortList, getString, getString, getStringList, getValues, getVector, getVector, isBoolean, isConfigurationSection, isDouble, isInt, isItemStack, isList, isLong, isOfflinePlayer, isPrimitiveWrapper, isSet, isString, isVector, mapChildrenKeys, mapChildrenValues, set, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.bukkit.configuration.ConfigurationSection |
---|
contains, createSection, createSection, get, get, getBoolean, getBoolean, getBooleanList, getByteList, getCharacterList, getConfigurationSection, getCurrentPath, getDefaultSection, getDouble, getDouble, getDoubleList, getFloatList, getInt, getInt, getIntegerList, getItemStack, getItemStack, getKeys, getList, getList, getLong, getLong, getLongList, getMapList, getName, getOfflinePlayer, getOfflinePlayer, getRoot, getShortList, getString, getString, getStringList, getValues, getVector, getVector, isBoolean, isConfigurationSection, isDouble, isInt, isItemStack, isList, isLong, isOfflinePlayer, isSet, isString, isVector, set |
Constructor Detail |
---|
public Config(org.bukkit.plugin.Plugin plugin, java.io.File file)
Method Detail |
---|
public void load(java.io.File file)
load
in class org.bukkit.configuration.file.FileConfiguration
public void save(java.io.File file)
save
in class org.bukkit.configuration.file.FileConfiguration
public void save()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |