ModCode

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).

Constructors

Link copied to clipboard
constructor(path: Path, mods: List<ModId>)

Properties

Link copied to clipboard
Link copied to clipboard
val path: Path