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 Type
    Method
    Description
    org.bukkit.configuration.Configuration
    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:
      Configuration containing the configuration loaded from the language file