RawScriptPack

data class RawScriptPack<T>(val namespace: String, val path: Path, val scripts: List<RawScript<T>>)(source)

Represents a Koremods Script Pack in raw, unfinalized form with script sources.

Parameters

T

the script source type

Constructors

Link copied to clipboard
internal constructor(namespace: String, path: Path, scripts: List<RawScript<T>>)

Properties

Link copied to clipboard

the pack's namespace

Link copied to clipboard
val path: Path

path to the pack's root file

Link copied to clipboard

list of the pack's raw scripts that also contain sources