UNPKG

mdkjs

Version:

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

7 lines (6 loc) 442 B
import { BlockItemId } from "mdk-nbt/dist/item/__"; export declare type FillMode = 'destroy' | 'hollow' | 'keep' | 'outline' | 'replace'; export default fill; declare function fill(from: string, to: string, blockId: BlockItemId): string; declare function fill(from: string, to: string, blockId: BlockItemId, mode: FillMode): string; declare function fill(from: string, to: string, blockId: BlockItemId, replaceBlockId: string): string;