UNPKG

bc-minecraft-bedrock-project

Version:

The typescript library responsible for reading/parsing minecraft bedrock data

9 lines 245 B
import { TextDocument } from '../../../types'; import { Texture } from './texture'; /** * * @param doc * @returns */ export declare function ProcessTextureAtlas(doc: TextDocument): Texture[] | undefined; //# sourceMappingURL=process.d.ts.map