Appearance
@loontail/minecraft-kit v0.5.0 / InstallPlan
Interface: InstallPlan
Pre-computed install plan: a flat ordered list of actions plus computed totals.
The runner consumes this; nothing is downloaded or written during planning. The plan carries a reference to the resolved target so the runner does not need a second target argument.
Properties
| Property | Modifier | Type |
|---|---|---|
actions | readonly | readonly InstallAction[] |
directory | readonly | string |
target | readonly | Target |
targetId | readonly | string |
totalActions | readonly | number |
totalBytes | readonly | number |