パッケージ | 説明 |
---|---|
org.bukkit.configuration.file |
Classes dedicated facilitating
configurations to be read and
stored on the filesystem. |
修飾子とタイプ | メソッドと説明 |
---|---|
void |
FileConfiguration.load(File file)
Loads this
FileConfiguration from the specified location. |
void |
FileConfiguration.load(InputStream stream)
非推奨です。
This does not consider encoding
|
void |
FileConfiguration.load(Reader reader)
Loads this
FileConfiguration from the specified reader. |
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 © 2016. All rights reserved.