Modrinth Search Config
data class ModrinthSearchConfig(var categories: List<String>? = null, var versions: List<String>? = null, var type: ProjectType? = null, var license: String? = null, var clientSide: SideSupport? = null, var serverSide: SideSupport? = null, var openSource: Boolean? = null, var author: String? = null, var projectId: String? = null, var color: String? = null, var limit: Int = 10, var offset: Int = 0, var index: IndexMethod = IndexMethod.RELEVANCE)
Constructors
Link copied to clipboard
constructor(categories: List<String>? = null, versions: List<String>? = null, type: ProjectType? = null, license: String? = null, clientSide: SideSupport? = null, serverSide: SideSupport? = null, openSource: Boolean? = null, author: String? = null, projectId: String? = null, color: String? = null, limit: Int = 10, offset: Int = 0, index: IndexMethod = IndexMethod.RELEVANCE)