public interface BlockSoundGroup
Block
makes in certain situations
The sound group includes break, step, place, hit, and fall sounds.
Modifier and Type | Method | Description |
---|---|---|
Sound |
getBreakSound() |
Gets the sound that plays when breaking this block
|
Sound |
getFallSound() |
Gets the sound that plays when this block falls
|
Sound |
getHitSound() |
Gets the sound that plays when hitting this block
|
Sound |
getPlaceSound() |
Gets the sound that plays when placing this block
|
Sound |
getStepSound() |
Gets the sound that plays when stepping on this block
|
@NotNull Sound getBreakSound()
@NotNull Sound getStepSound()
@NotNull Sound getPlaceSound()
@NotNull Sound getHitSound()
Copyright © 2020. All rights reserved.