public final class ModInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ModInfo.Mod |
Constructor and Description |
---|
ModInfo(String type,
List<ModInfo.Mod> modList) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<ModInfo.Mod> |
getMods() |
String |
getType() |
int |
hashCode() |
String |
toString() |
public static final ModInfo DEFAULT
public ModInfo(String type, List<ModInfo.Mod> modList)