@minecraft
    正在准备搜索索引...

    类 SoundDefinition实验性

    Static metadata about a sound declared in a sound_definitions.json file.

    索引

    属性

    Duration metadata declared for this sound. Undefined when the sound definition does not specify a duration.

    Music metadata declared for this sound. Undefined when the sound definition does not specify a music_info block.

    soundEventId: string

    Identifier of the sound event this definition declares, in the form 'namespace:name'.

    tags?: Record<string, string[]>

    Tag metadata declared for this sound, as a record mapping each tag name to its declared values. A tag declared with a single string value is exposed as a single-element array. Undefined when the sound definition does not specify any tags.