Appearance
@loontail/minecraft-kit v0.5.0 / TargetResolveInput
Interface: TargetResolveInput
Inputs to TargetsApi.resolve.
Properties
| Property | Modifier | Type |
|---|---|---|
directory | readonly | string |
id | readonly | string |
loader | readonly | TargetLoaderInput |
minecraft | readonly | { version: string; } |
minecraft.version | readonly | string |
runtime? | readonly | { component: string; installRoot: string; preference: RuntimePreferenceKind; } |
runtime.component? | readonly | string |
runtime.installRoot? | public | string |
runtime.preference? | public | RuntimePreferenceKind |
signal? | public | AbortSignal |
system? | public | RuntimeSystem |