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