UNPKG

@minecraft/creator-tools

Version:

Minecraft Creator Tools command line and libraries.

16 lines (14 loc) 563 B
"use strict"; // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", { value: true }); exports.EntityAddRiderComponent = void 0; const ComponentBase_1 = require("../ComponentBase"); /** * When added, this component makes the entity spawn with a * rider of the specified entityType. */ class EntityAddRiderComponent extends ComponentBase_1.default { } exports.EntityAddRiderComponent = EntityAddRiderComponent; //# sourceMappingURL=../../maps/minecraft/components/EntityAddRiderComponent.js.map