java.lang.Object
fr.flowarg.flowupdater.integrations.curseforgeintegration.CurseModPack

public class CurseModPack extends Object
Basic object that represents a CurseForge's mod pack.
  • Method Details

    • getName

      public String getName()
      Get the mod pack's name.
      Returns:
      the mod pack's name.
    • getVersion

      public String getVersion()
      Get the mod pack's version.
      Returns:
      the mod pack's version.
    • getAuthor

      public String 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.