Interface BlockSoundType

All Superinterfaces:
Holder<BlockSoundType>, net.kyori.adventure.key.Keyed, RegistryKey<BlockSoundType>, StaticProtocolObject<BlockSoundType>

public sealed interface BlockSoundType extends StaticProtocolObject<BlockSoundType>
Represents a BlockSoundType object, a set of sounds associated with a particular block (or group of blocks).

Note: Although this extends StaticProtocolObject, it's not actually Registry sent through the protocol, and purely for data organization.