@minecraft/creator-tools
Version:
Minecraft Creator Tools command line and libraries.
13 lines (12 loc) • 643 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ActionSetTarget = void 0;
var ActionSetTarget;
(function (ActionSetTarget) {
ActionSetTarget[ActionSetTarget["general"] = 0] = "general";
ActionSetTarget[ActionSetTarget["script"] = 1] = "script";
ActionSetTarget[ActionSetTarget["mcfunction"] = 2] = "mcfunction";
ActionSetTarget[ActionSetTarget["entityEvent"] = 3] = "entityEvent";
ActionSetTarget[ActionSetTarget["gameTest"] = 4] = "gameTest";
ActionSetTarget[ActionSetTarget["worldTest"] = 5] = "worldTest";
})(ActionSetTarget || (exports.ActionSetTarget = ActionSetTarget = {}));