UNPKG

bc-minecraft-bedrock-project

Version:

The typescript library responsible for reading/parsing minecraft bedrock data

5 lines 229 B
import { BaseObject } from 'bc-minecraft-bedrock-types'; /**Represents a voxel shape definition from a Minecraft Bedrock behavior pack*/ export interface VoxelShape extends BaseObject { } //# sourceMappingURL=voxel-shape.d.ts.map