UNPKG

bedrock-development

Version:

APIs for creating and editing files related to Minecraft Bedrock development.

9 lines (8 loc) 161 B
export interface EntityGroupOptions { group?: string; type: string[]; file: string; overwrite: boolean; add: boolean; remove: boolean; }