Appearance
@loontail/minecraft-kit v0.5.0 / LaunchComposition
Interface: LaunchComposition
Fully composed launch command, ready to be passed to kit.launch.run.
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
auth | readonly | LaunchAuth | - |
classpath | readonly | readonly string[] | - |
directory | readonly | string | - |
env? | readonly | Readonly<Record<string, string>> | Environment variables to set on the spawned process. |
gameArgs | readonly | readonly string[] | - |
javaPath | readonly | string | - |
jvmArgs | readonly | readonly string[] | - |
mainClass | readonly | string | - |
nativesDirectory | readonly | string | - |
targetId | readonly | string | - |
workingDirectory | readonly | string | Spawn working directory (almost always equal to directory). |