类 CurseMetadata

java.lang.Object
net.minecraftforge.gradle.json.curse.CurseMetadata

public class CurseMetadata extends Object
  • 字段详细资料

    • changelog

      public String changelog
      The artifact's changelog
    • releaseType

      public String releaseType
      The releaseType for this artifact. alpha, beta, or release
    • displayName

      public String displayName
      The friendly display name for this artifact. May be null
    • gameVersions

      public int[] gameVersions
      An array of gameVersions this artifact is compatible with
    • relations

      public CurseRelations relations
  • 构造器详细资料

    • CurseMetadata

      public CurseMetadata()