UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

8 lines (7 loc) 201 B
export default class INbtTag { type?: number; name?: string; value?: string | number | bigint | bigint[] | number[] | boolean | null; childTagType?: number; children?: INbtTag[]; }