UNPKG

mdkjs

Version:

mdk is a framework for developing Datapacks for Minecraft. It uses the typescript language.

9 lines (8 loc) 377 B
/** 参数错误 */ export declare function ArgumentExpection(...message: string[]): Error; /** 字段错误 */ export declare function FieldExpection(...message: string[]): Error; /** 容器错误 */ export declare function ContainerExpection(...message: string[]): Error; /** 使用场景错误 */ export declare function SceneExpection(...message: string[]): Error;