@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
14 lines (12 loc) • 334 B
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
/**
* Represents an effect - like poison - that has been added to
* an Entity.
*/
class Effect {
}
exports.default = Effect;
//# sourceMappingURL=../maps/minecraft/Effect.js.map