yoni-mcscripts-lib
Version:
为 Minecraft Script API 中的部分接口创建了 wrapper,并提供简单的事件管理器和任务管理器,另附有一些便于代码编写的一些小工具。
10 lines (9 loc) • 517 B
TypeScript
export declare const debug = false;
export declare const useOptionalFasterCode = true;
export declare const disableDangerousCode = false;
export declare const enableScoreboardIdentityByNumberIdQuery = false;
import { Config } from "./lib/Config.js";
export declare function isDebug(): boolean;
export declare function getConfig(key: string): import("./lib/Config.js").ConfigValue;
export declare function setConfig(key: string, value: any): import("./lib/Config.js").ConfigValue;
export declare const config: Config;