Interface IModrinthCompatible

All Known Implementing Classes:
AbstractModLoaderVersion, FabricBasedVersion, FabricVersion, ForgeVersion, NeoForgeVersion, QuiltVersion

public interface IModrinthCompatible
  • Method Details

    • getModrinthMods

      List<ModrinthVersionInfo> getModrinthMods()
      Get all modrinth mods to update.
      Returns:
      all modrinth mods.
    • getModrinthModPackInfo

      ModrinthModPackInfo getModrinthModPackInfo()
      Get information about the mod pack to update.
      Returns:
      mod pack's information.
    • getModrinthModPack

      ModrinthModPack getModrinthModPack()
      Get the modrinth mod pack.
      Returns:
      the modrinth mod pack.
    • setModrinthModPack

      void setModrinthModPack(ModrinthModPack modrinthModPack)
      Define the modrinth mod pack.
      Parameters:
      modrinthModPack - the modrinth mod pack.
    • setAllModrinthMods

      void setAllModrinthMods(List<Mod> modrinthMods)
      Define all modrinth mods to update.
      Parameters:
      modrinthMods - modrinth mods to define.