UNPKG

mdkjs

Version:

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

17 lines (16 loc) 695 B
import { Criteria } from "../../../../mdk-core/src"; declare const _default: { list: typeof list; add: typeof add; remove: typeof remove; setdisplay: typeof setdisplay; modify: typeof modify; }; export default _default; declare function list(): string; declare function add(objective: string): string; declare function add(objective: string, criterion: Criteria): string; declare function add(objective: string, criterion: Criteria, displayName: string): string; declare function remove(objective: string): string; declare function setdisplay(slot: string, objective?: string): string; declare function modify(objective: string, displayName: string): string;