Interface BlockSoundType

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

public sealed interface BlockSoundType extends StaticProtocolObject<BlockSoundType> permits BlockSoundImpl
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.