Uses of Class
org.bukkit.configuration.InvalidConfigurationException
-
Packages that use InvalidConfigurationException Package Description org.bukkit.configuration.file Classes dedicated facilitatingconfigurations
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 void
FileConfiguration. load(File file)
Loads thisFileConfiguration
from the specified location.void
FileConfiguration. load(Reader reader)
Loads thisFileConfiguration
from the specified reader.void
FileConfiguration. load(String file)
Loads thisFileConfiguration
from the specified location.abstract void
FileConfiguration. loadFromString(String contents)
Loads thisFileConfiguration
from the specified string, as opposed to from file.void
YamlConfiguration. loadFromString(String contents)
-