Appearance
@loontail/minecraft-kit / MinecraftDownloads
Type Alias: MinecraftDownloads
ts
type MinecraftDownloads = {
client: ArtifactDownload;
client_mappings?: ArtifactDownload;
server?: ArtifactDownload;
server_mappings?: ArtifactDownload;
};Defined in: src/types/minecraft.ts:90
Per-platform downloads block of the Minecraft per-version manifest.
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
client | readonly | ArtifactDownload | src/types/minecraft.ts:91 |
client_mappings? | readonly | ArtifactDownload | src/types/minecraft.ts:93 |
server? | readonly | ArtifactDownload | src/types/minecraft.ts:92 |
server_mappings? | readonly | ArtifactDownload | src/types/minecraft.ts:94 |