blockSearchExtent

@get:JvmName(name = "blockSearchExtent")
abstract val blockSearchExtent: Int

The cubic range of possible positions to play the sound.

The player is at the centre of the cubic range, and the edge length is 2 * blockSearchExtent + 1 (source: The Official Minecraft Wiki)