Appearance
@loontail/minecraft-kit v0.5.0 / ResolvedRuntime
Interface: ResolvedRuntime
Resolved runtime ready to install or launch with.
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
component | readonly | string | Mojang component name (e.g. java-runtime-gamma). |
installRoot? | readonly | string | Absolute path containing component directories. When set, runtime files for component live at <installRoot>/<component>/.... When unset, defaults to <target.directory>/runtime. |
majorVersion? | readonly | number | Major Java version when known. |
manifestSha1 | readonly | string | SHA-1 of the file manifest. |
manifestUrl | readonly | string | URL of the per-component file manifest. |
platformKey | readonly | string | Platform key inside the runtime index (e.g. windows-x64). |
system | readonly | RuntimeSystem | - |
versionName | readonly | string | Version name (e.g. "17.0.8"). |