public class CurseModPack
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CurseModPack.CurseModPackMod
A Curse Forge's mod from a mod pack.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAuthor()
Get the mod pack's author.
|
java.util.List<CurseModPack.CurseModPackMod> |
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.lang.String getAuthor()
public java.util.List<CurseModPack.CurseModPackMod> getMods()