UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

13 lines (11 loc) 302 B
"use strict"; // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", { value: true }); class INbtTag { constructor() { this.type = 99; } } exports.default = INbtTag; //# sourceMappingURL=../maps/minecraft/INbtTag.js.map