Class ConfigurateLoader

java.lang.Object
org.screamingsandals.simpleinventories.loaders.ConfigurateLoader
All Implemented Interfaces:
ILoader

public class ConfigurateLoader extends Object implements ILoader
  • Method Details

    • loadPathInto

      public void loadPathInto(SubInventory subInventory, Path path, String configPath) throws Exception
      Specified by:
      loadPathInto in interface ILoader
      Throws:
      Exception
    • loadConfigurationNodeInto

      public static void loadConfigurationNodeInto(SubInventory subInventory, org.spongepowered.configurate.ConfigurationNode configurationNode)
    • of

      public static ConfigurateLoader of(Supplier<org.spongepowered.configurate.loader.AbstractConfigurationLoader.Builder<?,?>> configurationLoaderBuilder)