Skip to content

@loontail/minecraft-kit v0.5.0 / RuntimeIndexPlatform

Type alias: RuntimeIndexPlatform

ts
type RuntimeIndexPlatform: Readonly<Record<string, readonly RuntimeIndexEntry[]>>;

Per-platform component map inside the runtime index.

Source

src/types/runtime.ts:40

MIT License