Members
- 
			<static, readonly> SORT_TYPES :number
- 
	DescriptionHelper Object for variations of sort optionsPropertiesName Type Default Description FEATUREDnumber 0 POPULARITYnumber 1 LAST_UPDATEnumber 2 NAMEnumber 3 AUTHORnumber 4 TOTAL_DOWNLOADSnumber 5 Details
- 
			<static, readonly> DEPENDENCY_TYPE :number
- 
	DescriptionHelper Object for types of dependencies and incompatibilities.PropertiesName Type Default Description EMBEDDED_LIBRARYnumber 1 OPTIONALnumber 2 REQUIREDnumber 3 TOOLnumber 4 INCOMPATIBLEnumber 5 INCLUDEnumber 6 Details
Methods
- 
			<inner> getMods( options, callback ) → {Promise.<Array.<Mod>, Error>}
- 
	DescriptionGet an overview of all possible mods.ParametersName Type Description optionsObject A Object containing optional parameters. Name Type Description gameVersionstring The Minecraft version string to use. ("1.12.2", "1.13") searchFilterstring Term to search for. indexnumber The page to use. pageSizenumber The amount of items to show per page. (Limit 500) sortnumber The method to sort with @see SORT_TYPES callbackfunction Optional callback to use instead of Promise. ReturnsDetails
- 
			<inner> getMod( identifier, callback ) → {Promise.<Mod, Error>}
- 
	DescriptionGet information about a specific mod using the identifier.ParametersName Type Description identifiernumber The mods curse id to find the mod with. callbackfunction Optional callback to use instead of Promise. ReturnsDetails
- 
			<inner> getModFiles( identifier, callback ) → {Promise.<Array.<ModFile>, Error>}
- 
	DescriptionGet information about the releases of a specific mod.ParametersName Type Description identifiernumber The mods curse id to find the mod with. callbackfunction Optional callback to use instead of Promise. ReturnsDetails
- 
			<inner> getModDescription( identifier, callback ) → {Promise.<string, Error>}
- 
	DescriptionGet the html string for the mod description.ParametersName Type Description identifiernumber The mods curse id to find the mod with. callbackfunction Optional callback to use instead of Promise. ReturnsDetails