UNPKG

bc-minecraft-bedrock-project

Version:

The typescript library responsible for reading/parsing minecraft bedrock data

4 lines (3 loc) 169 B
import { TextDocument } from "../../../types"; import { BlockCulling } from "./culling"; export declare function Process(doc: TextDocument): BlockCulling[] | undefined;