UNPKG

bedrock-development

Version:

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

7 lines (6 loc) 176 B
import { ClientSoundCategory } from "../../types/index.js"; export interface NewSoundOptions { category: ClientSoundCategory; filepath: string; vanilla?: string; }