Interface BlockSoundType


public interface BlockSoundType
  • Method Details

    • volume

      float volume()
    • pitch

      float pitch()
    • breakSound

      @NotNull @NotNull SoundEvent breakSound()
    • hitSound

      @NotNull @NotNull SoundEvent hitSound()
    • fallSound

      @NotNull @NotNull SoundEvent fallSound()
    • placeSound

      @NotNull @NotNull SoundEvent placeSound()
    • stepSound

      @NotNull @NotNull SoundEvent stepSound()