public class Utf8YamlConfiguration extends CopyYamlConfiguration
| Modifier and Type | Field and Description |
|---|---|
static Charset |
UTF8_CHARSET |
BLANK_CONFIG, COMMENT_PREFIX| Constructor and Description |
|---|
Utf8YamlConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
void |
load(File file) |
void |
save(File file) |
convertMapsToSections, loadConfiguration, loadConfiguration, loadFromString, parseHeader, saveToStringaddDefault, addDefaults, addDefaults, getDefaults, getParent, setDefaultscontains, contains, createPath, createPath, createSection, createSection, get, get, getBoolean, getBoolean, getBooleanList, getByteList, getCharacterList, getColor, getColor, getConfigurationSection, getCurrentPath, getDefault, getDefaultSection, getDouble, getDouble, getDoubleList, getFloatList, getInt, getInt, getIntegerList, getItemStack, getItemStack, getKeys, getList, getList, getLong, getLong, getLongList, getMapList, getName, getOfflinePlayer, getOfflinePlayer, getRoot, getSerializable, getSerializable, getShortList, getString, getString, getStringList, getValues, getVector, getVector, isBoolean, isColor, isConfigurationSection, isDouble, isInt, isItemStack, isList, isLong, isOfflinePlayer, isPrimitiveWrapper, isSet, isString, isVector, mapChildrenKeys, mapChildrenValues, set, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcontains, contains, createSection, createSection, get, get, getBoolean, getBoolean, getBooleanList, getByteList, getCharacterList, getColor, getColor, getConfigurationSection, getCurrentPath, getDefaultSection, getDouble, getDouble, getDoubleList, getFloatList, getInt, getInt, getIntegerList, getItemStack, getItemStack, getKeys, getList, getList, getLong, getLong, getLongList, getMapList, getName, getOfflinePlayer, getOfflinePlayer, getRoot, getSerializable, getSerializable, getShortList, getString, getString, getStringList, getValues, getVector, getVector, isBoolean, isColor, isConfigurationSection, isDouble, isInt, isItemStack, isList, isLong, isOfflinePlayer, isSet, isString, isVector, setpublic static Charset UTF8_CHARSET
public void load(File file) throws IOException, org.bukkit.configuration.InvalidConfigurationException
load in class org.bukkit.configuration.file.FileConfigurationIOExceptionorg.bukkit.configuration.InvalidConfigurationExceptionpublic void save(File file) throws IOException
save in class org.bukkit.configuration.file.FileConfigurationIOException