public interface SoundGroup
Modifier and Type | Method | Description |
---|---|---|
Sound |
getBreakSound() |
Gets the corresponding breaking sound for this group.
|
Sound |
getFallSound() |
Gets the corresponding fall sound for this group.
|
Sound |
getHitSound() |
Gets the corresponding hit sound for this group.
|
float |
getPitch() |
Gets the pitch these sounds are played at.
|
Sound |
getPlaceSound() |
Gets the corresponding place sound for this group.
|
Sound |
getStepSound() |
Gets the corresponding step sound for this group.
|
float |
getVolume() |
Get the volume these sounds are played at.
|
float getVolume()
float getPitch()
@NotNull Sound getBreakSound()
@NotNull Sound getStepSound()
@NotNull Sound getPlaceSound()
@NotNull Sound getHitSound()
Copyright © 2021. All rights reserved.