Package-level declarations

Types

Link copied to clipboard

adventure-<component>

Link copied to clipboard
fun interface Component

A parent interface for all components

Link copied to clipboard

An enum to represent the different group and artifact IDs for Paper versions

Link copied to clipboard

Enum class for popular repositories. Use with mavenQuick

Functions

Link copied to clipboard
fun RepositoryHandler.maven(vararg repositories: Repository): Map<Repository, MavenArtifactRepository>

Alias for mavenQuick

Link copied to clipboard
fun RepositoryHandler.mavenAll(vararg exclude: Repository)

Alias for repositoryAll

Link copied to clipboard
fun RepositoryHandler.mavenQuick(vararg repositories: Repository): Map<Repository, MavenArtifactRepository>

Quickly add a maven repository using the Repository enum

Link copied to clipboard
fun Project.repository(vararg repositories: String): Map<String, MavenArtifactRepository>

Alias for repository

fun Project.repository(vararg repositories: Repository): Map<Repository, MavenArtifactRepository>

Quickly add a maven repository using the Repository enum

Link copied to clipboard
fun Project.repositoryAll(vararg exclude: Repository)

Add all maven repositories in the Repository enum, excluding the ones specified in exclude