Package net.minestom.server.sound
Interface BlockSoundType
public interface BlockSoundType
-
Method Summary
Modifier and TypeMethodDescription@NotNull SoundEvent
@NotNull SoundEvent
@NotNull SoundEvent
hitSound()
float
pitch()
@NotNull SoundEvent
@NotNull SoundEvent
float
volume()
-
Method Details
-
volume
float volume() -
pitch
float pitch() -
breakSound
-
hitSound
-
fallSound
-
placeSound
-
stepSound
-