UNPKG

bc-minecraft-bedrock-project

Version:

The typescript library responsible for reading/parsing minecraft bedrock data

16 lines 627 B
export * as AnimationController from './animation-controller'; export * as Animation from './animation'; export * as Attachable from './attachable'; export * as Entity from './entity'; export * from './file-type'; export * as Fog from './fog'; export * as Material from './material'; export * as Model from './model'; export * as Particle from './particle'; export * as RenderController from './render-controller'; export * from './resource-pack'; export * from './resource-pack-collection'; export * as Sound from './sound'; export * as Texture from './texture'; export * as UI from './ui'; //# sourceMappingURL=index.d.ts.map