Skip to content

@loontail/minecraft-kit v0.5.0 / ResolvedRuntime

Interface: ResolvedRuntime

Resolved runtime ready to install or launch with.

Properties

PropertyModifierTypeDescription
componentreadonlystringMojang component name (e.g. java-runtime-gamma).
installRoot?readonlystringAbsolute path containing component directories. When set, runtime files for component live at <installRoot>/<component>/.... When unset, defaults to <target.directory>/runtime.
majorVersion?readonlynumberMajor Java version when known.
manifestSha1readonlystringSHA-1 of the file manifest.
manifestUrlreadonlystringURL of the per-component file manifest.
platformKeyreadonlystringPlatform key inside the runtime index (e.g. windows-x64).
systemreadonlyRuntimeSystem-
versionNamereadonlystringVersion name (e.g. "17.0.8").

MIT License