Appearance
@loontail/minecraft-kit v0.5.0 / RuntimeSystem
Interface: RuntimeSystem
Identifies the host system for the launcher. All resolvers consume this object to pick the right artifacts (libraries, natives, runtime).
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
arch | readonly | Architecture | CPU architecture (mojang naming). |
os | readonly | OperatingSystem | OS identifier (mojang naming). |
osVersion | readonly | string | OS version string from os.release(). Used to evaluate library os.version regex rules. |