Interface IModrinthCompatible
- All Known Implementing Classes:
AbstractModLoaderVersion,FabricBasedVersion,FabricVersion,ForgeVersion,NeoForgeVersion,QuiltVersion
public interface IModrinthCompatible
-
Method Summary
Modifier and TypeMethodDescriptionGet the modrinth mod pack.Get information about the mod pack to update.Get all modrinth mods to update.voidsetAllModrinthMods(List<Mod> modrinthMods) Define all modrinth mods to update.voidsetModrinthModPack(ModrinthModPack modrinthModPack) Define the modrinth mod pack.
-
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
Define the modrinth mod pack.- Parameters:
modrinthModPack- the modrinth mod pack.
-
setAllModrinthMods
Define all modrinth mods to update.- Parameters:
modrinthMods- modrinth mods to define.
-