| Package | Description | 
|---|---|
| org.bukkit.configuration.file | Classes dedicated to facilitating
  configurationsto be read and
 stored on the filesystem. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | FileConfiguration. load(@NotNull File file) | Loads this  FileConfigurationfrom the specified location. | 
| void | FileConfiguration. load(@NotNull Reader reader) | Loads this  FileConfigurationfrom the specified reader. | 
| void | FileConfiguration. load(@NotNull String file) | Loads this  FileConfigurationfrom the specified location. | 
| abstract void | FileConfiguration. loadFromString(@NotNull String contents) | Loads this  FileConfigurationfrom the specified string, as
 opposed to from file. | 
| void | YamlConfiguration. loadFromString(@NotNull String contents) | 
Copyright © 2020. All rights reserved.