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 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

      void setAllCurseMods(List<Mod> curseMods)
      Define all curse mods to update.
      Parameters:
      curseMods - curse mods to define.