UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

13 lines (12 loc) 265 B
"use strict"; // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", { value: true }); class INbtTag { type = 99; name; value; childTagType; children; } exports.default = INbtTag;