Appearance
@loontail/minecraft-kit / RuntimeOnlyInstallTarget
Type Alias: RuntimeOnlyInstallTarget
ts
type RuntimeOnlyInstallTarget = {
directory: string;
id: string;
loader?: undefined;
minecraft?: undefined;
runtime: ResolvedRuntime;
};Defined in: src/types/install.ts:147
A "runtime-only" install plan target. Used by planStandaloneRuntimeInstall to plan a JRE-only install without a Minecraft version/loader pinned to the plan.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
directory | readonly | string | src/types/install.ts:149 |
id | readonly | string | src/types/install.ts:148 |
loader? | readonly | undefined | src/types/install.ts:152 |
minecraft? | readonly | undefined | src/types/install.ts:151 |
runtime | readonly | ResolvedRuntime | src/types/install.ts:150 |