Interface ResourceLoader
- All Known Implementing Classes:
YamlLanguageResourceLoader,YamlSoundResourceLoader
public interface ResourceLoader
An interface that represents classes responsible for loading an installed resource file from
the plugin data directory.
-
Method Summary
Modifier and TypeMethodDescriptionorg.bukkit.configuration.Configurationload()Load the language configuration object for the configured language from file and return it.
-
Method Details
-
load
org.bukkit.configuration.Configuration load()Load the language configuration object for the configured language from file and return it. The returned configuration object contains no default values loaded, by design- Returns:
Configurationcontaining the configuration loaded from the language file
-