Interface ISavable

All Known Implementing Classes:
ChatData

public interface ISavable
A savable object for automatic config saving
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    save(org.bukkit.configuration.ConfigurationSection config, String path)
    Saves the object to the config using the base path
  • Method Details

    • save

      void save(org.bukkit.configuration.ConfigurationSection config, String path)
      Saves the object to the config using the base path
      Parameters:
      config - config to save to
      path - base path