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