UNPKG

bc-minecraft-bedrock-project

Version:

The typescript library responsible for reading/parsing minecraft bedrock data

13 lines 389 B
import { MolangSet } from 'bc-minecraft-molang'; import { References, Using } from '../../../types/references'; import { BaseObject } from 'bc-minecraft-bedrock-types'; /** */ export interface AnimationController extends BaseObject { /** */ molang: MolangSet; /** */ animations: References; /** */ events: Using; } //# sourceMappingURL=animation-controller.d.ts.map