bc-minecraft-bedrock-project
Version:
The typescript library responsible for reading/parsing minecraft bedrock data
15 lines • 405 B
TypeScript
import { BaseObject } from 'bc-minecraft-bedrock-types';
import { MolangSet } from 'bc-minecraft-molang';
import { Using } from '../../../types/references';
/** */
export interface AnimationController extends BaseObject {
/** */
molang: MolangSet;
/** */
animations: Using;
/** */
particles: Using;
/** */
sounds: Using;
}
//# sourceMappingURL=animation-controller.d.ts.map