Class ModrinthModPackInfo
java.lang.Object
fr.flowarg.flowupdater.download.json.ModrinthVersionInfo
fr.flowarg.flowupdater.download.json.ModrinthModPackInfo
-
Constructor Summary
ConstructorsConstructorDescriptionModrinthModPackInfo(String versionId, boolean installExtFiles, String... excluded) ModrinthModPackInfo(String projectReference, String versionNumber, boolean installExtFiles, String... excluded) -
Method Summary
Modifier and TypeMethodDescriptionString[]Get the excluded mods.booleanGet theinstallExtFilesoption.Methods inherited from class fr.flowarg.flowupdater.download.json.ModrinthVersionInfo
getModrinthVersionsFromJson, getModrinthVersionsFromJson, getProjectReference, getVersionId, getVersionNumber
-
Constructor Details
-
ModrinthModPackInfo
-
ModrinthModPackInfo
-
-
Method Details
-
isInstallExtFiles
public boolean isInstallExtFiles()Get theinstallExtFilesoption.- Returns:
- the
installExtFilesoption.
-
getExcluded
Get the excluded mods.- Returns:
- the excluded mods.
-