Class ConfigurateLoader
java.lang.Object
org.screamingsandals.simpleinventories.loaders.ConfigurateLoader
- All Implemented Interfaces:
ILoader
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
loadConfigurationNodeInto
(SubInventory subInventory, org.spongepowered.configurate.ConfigurationNode configurationNode) void
loadPathInto
(SubInventory subInventory, Path path, String configPath) static ConfigurateLoader
of
(Supplier<org.spongepowered.configurate.loader.AbstractConfigurationLoader.Builder<?, ?>> configurationLoaderBuilder)
-
Method Details
-
loadPathInto
- Specified by:
loadPathInto
in interfaceILoader
- 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)
-