public interface ICurseForgeCompatible
Modifier and Type | Method and Description |
---|---|
CurseModPackInfo |
getCurseModPackInfo()
Get information about the mod pack to update.
|
java.util.List<CurseFileInfo> |
getCurseMods()
Get all curse mods to update.
|
void |
setAllCurseMods(java.util.List<Mod> curseMods)
Define all curse mods to update.
|
java.util.List<CurseFileInfo> getCurseMods()
CurseModPackInfo getCurseModPackInfo()
void setAllCurseMods(java.util.List<Mod> curseMods)
curseMods
- curse mods to define.