public interface SoundGroup
| Modifier and Type | Method and Description | 
|---|---|
@NotNull Sound | 
getBreakSound()
Gets the corresponding breaking sound for this group. 
 | 
@NotNull Sound | 
getFallSound()
Gets the corresponding fall sound for this group. 
 | 
@NotNull Sound | 
getHitSound()
Gets the corresponding hit sound for this group. 
 | 
float | 
getPitch()
Gets the pitch these sounds are played at. 
 | 
@NotNull Sound | 
getPlaceSound()
Gets the corresponding place sound for this group. 
 | 
@NotNull 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 @NotNull Sound getBreakSound()
@NotNull @NotNull Sound getStepSound()
@NotNull @NotNull Sound getPlaceSound()
@NotNull @NotNull Sound getHitSound()
Copyright © 2022. All rights reserved.