MaskingClassLoader

constructor(urls: Array<URL>, parent: ClassLoader)

Creates the masking loader over urls, delegating to parent (the game loader).

Parameters

urls

the masking classpath (our extracted kotlin stack + repl.impl + mod jar)

parent

the game loader