Interface BlockSoundType

All Superinterfaces:
net.kyori.adventure.key.Keyed, ProtocolObject, StaticProtocolObject
All Known Implementing Classes:
BlockSoundImpl

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