UNPKG

bc-minecraft-bedrock-project

Version:

The typescript library responsible for reading/parsing minecraft bedrock data

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