Modrinth Upstream
data class ModrinthUpstream(val projectId: String, val modrinthProjectType: ModrinthProjectType, val upstreamPriority: Priority = 0.priority) : Upstream(source)
The Modrinth upstream.
Constructors
Link copied to clipboard
constructor(projectId: String, modrinthProjectType: ModrinthProjectType, upstreamPriority: Priority = 0.priority)
Properties
Functions
Link copied to clipboard
Fetches a version object from the upstream.
Link copied to clipboard
Converts a version string into a DefaultVersion.
Link copied to clipboard
Returns an Update from a DefaultVersion.