public class CurseMetadata
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
changelog
The artifact's changelog
|
java.lang.String |
displayName
The friendly display name for this artifact.
|
int[] |
gameVersions
An array of gameVersions this artifact is compatible with
|
CurseRelations |
relations |
java.lang.String |
releaseType
The releaseType for this artifact.
|
| Constructor and Description |
|---|
CurseMetadata() |
public java.lang.String changelog
public java.lang.String releaseType
alpha, beta, or releasepublic java.lang.String displayName
nullpublic int[] gameVersions
public CurseRelations relations