Class LimitLoader

java.lang.Object
fr.maxlego08.zshop.loader.LimitLoader
All Implemented Interfaces:
Loader<Limit>

public class LimitLoader extends Object implements Loader<Limit>
  • Constructor Details

  • Method Details

    • load

      public Limit load(org.bukkit.configuration.file.YamlConfiguration configuration, String path)
      Description copied from interface: Loader
      Load object from yml
      Specified by:
      load in interface Loader<Limit>
      Returns:
      element
    • save

      public void save(Limit object, org.bukkit.configuration.file.YamlConfiguration configuration, String path)
      Description copied from interface: Loader
      Save object to yml
      Specified by:
      save in interface Loader<Limit>