Package dev.kitteh.factions.config
Class Loader
java.lang.Object
dev.kitteh.factions.config.Loader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ninja.leaping.configurate.hocon.HoconConfigurationLoaderstatic voidloadAndSave(String file, Object config) static voidloadAndSave(ninja.leaping.configurate.hocon.HoconConfigurationLoader loader, Object config)
-
Constructor Details
-
Loader
public Loader()
-
-
Method Details
-
loadAndSave
public static void loadAndSave(String file, Object config) throws IOException, IllegalAccessException - Throws:
IOExceptionIllegalAccessException
-
getLoader
-
loadAndSave
public static void loadAndSave(ninja.leaping.configurate.hocon.HoconConfigurationLoader loader, Object config) throws IOException, IllegalAccessException - Throws:
IOExceptionIllegalAccessException
-