Skip to content

@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

PropertyModifierTypeDefined in
directoryreadonlystringsrc/types/install.ts:149
idreadonlystringsrc/types/install.ts:148
loader?readonlyundefinedsrc/types/install.ts:152
minecraft?readonlyundefinedsrc/types/install.ts:151
runtimereadonlyResolvedRuntimesrc/types/install.ts:150

MIT License