Class CurseModPack
java.lang.Object
fr.flowarg.flowupdater.integrations.curseforgeintegration.CurseModPack
Basic object that represents a CurseForge's mod pack.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA Curse Forge's mod from a mod pack. -
Method Summary
-
Method Details
-
getName
Get the mod pack's name.- Returns:
- the mod pack's name.
-
getVersion
Get the mod pack's version.- Returns:
- the mod pack's version.
-
getAuthor
Get the mod pack's author.- Returns:
- the mod pack's author.
-
getMods
Get the mods in the mod pack.- Returns:
- the mods in the mod pack.
-