UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

14 lines (12 loc) 403 B
"use strict"; // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", { value: true }); /** * Contains additional options for filtering players based on * their score for an objective. */ class EntityQueryScoreOptions { } exports.default = EntityQueryScoreOptions; //# sourceMappingURL=../maps/minecraft/EntityQueryScoreOptions.js.map