Class ModrinthIntegration
java.lang.Object
fr.flowarg.flowupdater.integrations.Integration
fr.flowarg.flowupdater.integrations.modrinthintegration.ModrinthIntegration
-
Field Summary
Fields inherited from class fr.flowarg.flowupdater.integrations.Integration
folder, logger -
Constructor Summary
ConstructorsConstructorDescriptionModrinthIntegration(fr.flowarg.flowlogger.ILogger logger, Path folder) Default constructor of a basic Integration. -
Method Summary
Modifier and TypeMethodDescriptionfetchMod(@NotNull ModrinthVersionInfo versionInfo) Get a CurseForge's mod pack object with a project identifier and a file identifier.parseModFile(@NotNull com.google.gson.JsonObject version)
-
Constructor Details
-
ModrinthIntegration
Default constructor of a basic Integration.- Parameters:
logger- the logger used.folder- the folder where the plugin can work.- Throws:
Exception- if an error occurred.
-
-
Method Details