UNPKG

@jsprismarine/prismarine

Version:

Dedicated Minecraft Bedrock Edition server written in TypeScript

12 lines 328 B
import { BlockToolType } from '../BlockToolType'; import { Solid } from '../Solid'; export declare enum DirtType { Regular = 0, Coarse = 1, Podzol = 2 } export default class Dirt extends Solid { constructor(name?: string, type?: DirtType); getToolType(): BlockToolType[]; } //# sourceMappingURL=Dirt.d.ts.map