Skip to content

@loontail/minecraft-kit v0.5.0 / LaunchComposition

Interface: LaunchComposition

Fully composed launch command, ready to be passed to kit.launch.run.

Properties

PropertyModifierTypeDescription
authreadonlyLaunchAuth-
classpathreadonlyreadonly string[]-
directoryreadonlystring-
env?readonlyReadonly<Record<string, string>>Environment variables to set on the spawned process.
gameArgsreadonlyreadonly string[]-
javaPathreadonlystring-
jvmArgsreadonlyreadonly string[]-
mainClassreadonlystring-
nativesDirectoryreadonlystring-
targetIdreadonlystring-
workingDirectoryreadonlystringSpawn working directory (almost always equal to directory).

MIT License