Uses of Class
org.bukkit.configuration.InvalidConfigurationException
| Package | Description |
|---|---|
| org.bukkit.configuration.file |
Classes dedicated to facilitating
configurations to be read and
stored on the filesystem. |
-
Uses of InvalidConfigurationException in org.bukkit.configuration.file
Methods in org.bukkit.configuration.file that throw InvalidConfigurationException Modifier and Type Method Description voidFileConfiguration. load(File file)Loads thisFileConfigurationfrom the specified location.voidFileConfiguration. load(Reader reader)Loads thisFileConfigurationfrom the specified reader.voidFileConfiguration. load(String file)Loads thisFileConfigurationfrom the specified location.abstract voidFileConfiguration. loadFromString(String contents)Loads thisFileConfigurationfrom the specified string, as opposed to from file.voidYamlConfiguration. loadFromString(String contents)