java.lang.Object
com.github.imdabigboss.easydatapack.backend.utils.YmlConfigImpl
All Implemented Interfaces:
YmlConfig

public class YmlConfigImpl extends Object implements YmlConfig
  • Constructor Details

    • YmlConfigImpl

      public YmlConfigImpl(org.bukkit.plugin.Plugin plugin)
  • Method Details

    • getConfig

      public @NonNull org.bukkit.configuration.file.FileConfiguration getConfig()
      Description copied from interface: YmlConfig
      Gets the FileConfiguration of this configuration file.
      Specified by:
      getConfig in interface YmlConfig
      Returns:
      The FileConfiguration of this configuration file.
    • saveConfig

      public void saveConfig()
      Description copied from interface: YmlConfig
      Saves the configuration file.
      Specified by:
      saveConfig in interface YmlConfig
    • reloadConfig

      public void reloadConfig()
      Description copied from interface: YmlConfig
      Reloads the configuration file.
      Specified by:
      reloadConfig in interface YmlConfig