Appearance
@loontail/minecraft-kit v0.5.0 / Target
Interface: Target
Fully resolved target: a concrete Minecraft + loader + runtime + directory.
The library never persists a target — consumers are responsible for storing/recreating it. kit.targets.create produces a Target from already-resolved components; kit.targets.resolve resolves them in one go.
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
directory | readonly | string | Absolute or relative path to the per-target Minecraft directory. |
id | readonly | string | Stable identifier chosen by the consumer. Used for diagnostics, not persistence. |
loader | readonly | Loader | - |
minecraft | readonly | ResolvedMinecraft | - |
runtime | readonly | ResolvedRuntime | - |