Class Relation
java.lang.Object
net.darkhax.curseforgegradle.api.metadata.Relation
Represents a project relationship in the CurseForge upload metadata.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
slug
The slug of the project. -
type
The type of relationship. -
id
The type of relationship.
-
-
Constructor Details
-
Relation
Creates a new project relationship.- Parameters:
slug- The slug of the project.type- The type of relationship.
-