public interface IModrinthCompatible
Modifier and Type | Method and Description |
---|---|
ModrinthModPack |
getModrinthModPack()
Get the modrinth mod pack.
|
ModrinthModPackInfo |
getModrinthModPackInfo()
Get information about the mod pack to update.
|
java.util.List<ModrinthVersionInfo> |
getModrinthMods()
Get all modrinth mods to update.
|
void |
setAllModrinthMods(java.util.List<Mod> modrinthMods)
Define all modrinth mods to update.
|
void |
setModrinthModPack(ModrinthModPack modrinthModPack)
Define the modrinth mod pack.
|
java.util.List<ModrinthVersionInfo> getModrinthMods()
ModrinthModPackInfo getModrinthModPackInfo()
ModrinthModPack getModrinthModPack()
void setModrinthModPack(ModrinthModPack modrinthModPack)
modrinthModPack
- the modrinth mod pack.void setAllModrinthMods(java.util.List<Mod> modrinthMods)
modrinthMods
- modrinth mods to define.