Appearance
@loontail/minecraft-kit v0.5.0 / DiscoveredTarget
Interface: DiscoveredTarget
Discovered installation found by scanning a root directory. Contains only what was actually read from disk — no assumptions about correctness, completeness, or repair state.
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
directory | readonly | string | Absolute or normalized directory path. |
id | readonly | string | Subdirectory name under the scanned root. |
loaders | readonly | readonly DiscoveredLoaderHint[] | Loader entries inferred from version-name conventions. |
minecraftVersions | readonly | readonly string[] | Minecraft version ids found under versions/. |
runtime? | readonly | DiscoveredRuntimeHint | Detected Java executable, when one is present in the per-target runtime/ folder. |