Appearance
@loontail/minecraft-kit v0.5.0 / RunForgeProcessorAction
Interface: RunForgeProcessorAction
A Forge processor invocation. Main-Class is intentionally NOT carried here — the runner reads it from classpath[0]'s manifest at execution time, because the JAR is not guaranteed to exist on disk during planning (newer Forge versions ship some processor JARs as regular Maven libraries instead of bundling them in the installer).
Properties
| Property | Modifier | Type | Description |
|---|---|---|---|
args | readonly | readonly string[] | - |
classpath | readonly | readonly string[] | First entry is the processor JAR; remaining entries are its declared classpath. |
index | readonly | number | - |
kind | readonly | "run-forge-processor" | - |
outputs | readonly | Readonly<Record<string, string>> | - |