Skip to content

@loontail/minecraft-kit / MinecraftLogging

Type Alias: MinecraftLogging

ts
type MinecraftLogging = {
  client?: {
     argument: string;
     file: ArtifactDownload & {
        id: string;
     };
     type: string;
  };
};

Defined in: src/types/minecraft.ts:170

Logging-config entry from the version manifest.

Properties

PropertyModifierTypeDefined in
client?readonly{ argument: string; file: ArtifactDownload & { id: string; }; type: string; }src/types/minecraft.ts:171
client.argumentreadonlystringsrc/types/minecraft.ts:172
client.filereadonlyArtifactDownload & { id: string; }src/types/minecraft.ts:173
client.typereadonlystringsrc/types/minecraft.ts:174

MIT License