Package-level declarations

Types

Link copied to clipboard
interface IPlatformHelper
Link copied to clipboard
data class ModCode(val path: Path, val mods: List<ModId>)

mods is a list because one mod FILE may declare several, and empty where the host has no mod identity to give at all (Paper's own server jar).

Link copied to clipboard
data class ModId(val id: String, val version: String)