UNPKG

bc-minecraft-bedrock-project

Version:

The typescript library responsible for reading/parsing minecraft bedrock data

11 lines 333 B
import { BaseObject } from 'bc-minecraft-bedrock-types'; import { MolangSet } from 'bc-minecraft-molang'; import { References } from '../../../types/references'; /** */ export interface Attachable extends BaseObject { /** */ animations: References; /** */ molang: MolangSet; } //# sourceMappingURL=attachable.d.ts.map