public class ModrinthModPack
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.util.List<Mod> |
getBuiltInMods()
Get the built-in mods in the mod pack.
|
java.util.List<Mod> |
getMods()
Get the mods in the mod pack.
|
java.lang.String |
getName()
Get the mod pack's name.
|
java.lang.String |
getVersion()
Get the mod pack's version.
|
public java.lang.String getName()
public java.lang.String getVersion()
public java.util.List<Mod> getMods()
public java.util.List<Mod> getBuiltInMods()