public interface BlockSoundGroup
| Modifier and Type | Method and Description | 
|---|---|
| SoundType | getBreakSound()Gets the sound played when the block is breaking. | 
| SoundType | getFallSound()Gets the sound played when a  Livingentity falls onto the block. | 
| SoundType | getHitSound()Gets the sound played when the block is hit. | 
| double | getPitch()Gets the pitch used when playing sounds. | 
| SoundType | getPlaceSound()Gets the sound played when the block is placed. | 
| SoundType | getStepSound()Gets the sound played when the block is stepped on. | 
| double | getVolume()Gets the volume used when playing sounds. | 
double getVolume()
double getPitch()
SoundType getBreakSound()
SoundType getStepSound()
SoundType getPlaceSound()
SoundType getHitSound()