UNPKG

@jsprismarine/prismarine

Version:

Dedicated Minecraft Bedrock Edition server written in TypeScript

7 lines 230 B
import { BlockToolType } from '../BlockToolType'; import { Flowable } from '../Flowable'; export default class Cobweb extends Flowable { constructor(); getToolType(): BlockToolType[]; } //# sourceMappingURL=Cobweb.d.ts.map