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