UNPKG

@levimc-lse/interface-api

Version:

API for the logic tree development framework that supports cross-plugin UI queues at runtime in Minecraft Legacy Script Engine.

10 lines (9 loc) 352 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LevelType = void 0; var LevelType; (function (LevelType) { LevelType[LevelType["FORM"] = 1] = "FORM"; LevelType[LevelType["TITLE"] = 2] = "TITLE"; LevelType[LevelType["SUB_TITLE"] = 3] = "SUB_TITLE"; })(LevelType || (exports.LevelType = LevelType = {}));