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