Interface ICurseForgeCompatible
- All Known Implementing Classes:
AbstractModLoaderVersion,FabricBasedVersion,FabricVersion,ForgeVersion,NeoForgeVersion,QuiltVersion
public interface ICurseForgeCompatible
This class represents an object that using CurseForge features.
-
Method Summary
Modifier and TypeMethodDescriptionGet information about the mod pack to update.Get all curse mods to update.voidsetAllCurseMods(List<Mod> curseMods) Define all curse mods to update.
-
Method Details
-
getCurseMods
List<CurseFileInfo> getCurseMods()Get all curse mods to update.- Returns:
- all curse mods.
-
getCurseModPackInfo
CurseModPackInfo getCurseModPackInfo()Get information about the mod pack to update.- Returns:
- mod pack's information.
-
setAllCurseMods
Define all curse mods to update.- Parameters:
curseMods- curse mods to define.
-