eval Script Packs
internal fun evalScriptPacks(compiledPacks: Collection<RawScriptPack<CompiledScript>>): List<KoremodsScriptPack>(source)
Evaluate a set of raw, compiled koremods scripts by loading their classes into the JVM and retrieving their list of transformers.
Return
a list of evaluated koremods script packs
Parameters
compiled Packs
the script packs to evaluate