Skip to content

@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

PropertyModifierType
actionsreadonlyreadonly InstallAction[]
directoryreadonlystring
targetreadonlyTarget
targetIdreadonlystring
totalActionsreadonlynumber
totalBytesreadonlynumber

MIT License