Interface YmlConfig

All Known Implementing Classes:
YmlConfigImpl

public interface YmlConfig
This class represents a YML configuration file.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull org.bukkit.configuration.file.FileConfiguration
    Gets the FileConfiguration of this configuration file.
    void
    Reloads the configuration file.
    void
    Saves the configuration file.
  • Method Details

    • getConfig

      @NonNull org.bukkit.configuration.file.FileConfiguration getConfig()
      Gets the FileConfiguration of this configuration file.
      Returns:
      The FileConfiguration of this configuration file.
    • saveConfig

      void saveConfig()
      Saves the configuration file.
    • reloadConfig

      void reloadConfig()
      Reloads the configuration file.