@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 • 370 B
TypeScript
import { LevelBase, FormNode } from "../level";
export declare class UiMaster {
static readonly PIPE_PATH: string;
private static instance;
static getInstance(): UiMaster;
private constructor();
pend(playerIdentifier: string, level: LevelBase): void;
register(triggerId: string, formNode: FormNode): void;
}
//# sourceMappingURL=UiMaster.d.ts.map