@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
13 lines (11 loc) • 352 B
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Contains options for selecting entities within an area.
*/
class EntityQueryOptions {
}
exports.default = EntityQueryOptions;
//# sourceMappingURL=../maps/minecraft/EntityQueryOptions.js.map