类 CurseMetadata
java.lang.Object
net.minecraftforge.gradle.json.curse.CurseMetadata
-
字段概要
字段修饰符和类型字段说明The artifact's changelogThe friendly display name for this artifact.int[]An array of gameVersions this artifact is compatible withThe releaseType for this artifact. -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
changelog
The artifact's changelog -
releaseType
The releaseType for this artifact.alpha, beta, or release -
displayName
The friendly display name for this artifact. May benull -
gameVersions
public int[] gameVersionsAn array of gameVersions this artifact is compatible with -
relations
-
-
构造器详细资料
-
CurseMetadata
public CurseMetadata()
-