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, saveToString
addDefault, addDefaults, addDefaults, getDefaults, getParent, setDefaults
contains, 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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
contains, 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, set
public static Charset UTF8_CHARSET
public void load(File file) throws IOException, org.bukkit.configuration.InvalidConfigurationException
load
in class org.bukkit.configuration.file.FileConfiguration
IOException
org.bukkit.configuration.InvalidConfigurationException
public void save(File file) throws IOException
save
in class org.bukkit.configuration.file.FileConfiguration
IOException