UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

16 lines (14 loc) 365 B
"use strict"; // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", { value: true }); class Player { isValid() { if (this.id === undefined) { return false; } return true; } } exports.default = Player; //# sourceMappingURL=../maps/minecraft/Player.js.map