| Name | <MaterialTag.block_sound_data> |
| Returns | MapTag |
| Description | If the material is a block, returns the sound data for that block.
The returned map has the following keys: volume, pitch: a decimal number break_sound, step_sound, place_sound, hit_sound, fall_sound: Bukkit name of the sound effect |
| Generated Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/MaterialTag.java#L636 |