UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

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