public class SoundHelper1_16_5
extends java.lang.Object
implements mods.thecomputerizer.theimpossiblelibrary.api.client.sound.SoundHelperAPI
| Constructor and Description |
|---|
SoundHelper1_16_5() |
| Modifier and Type | Method and Description |
|---|---|
float |
getCategoryVolume(java.lang.String name) |
void |
play(mods.thecomputerizer.theimpossiblelibrary.api.common.sound.SoundEventAPI<?> event) |
void |
setCategoryVolume(java.lang.String name,
float volume) |
public float getCategoryVolume(java.lang.String name)
getCategoryVolume in interface mods.thecomputerizer.theimpossiblelibrary.api.client.sound.SoundHelperAPIpublic void play(mods.thecomputerizer.theimpossiblelibrary.api.common.sound.SoundEventAPI<?> event)
play in interface mods.thecomputerizer.theimpossiblelibrary.api.client.sound.SoundHelperAPIpublic void setCategoryVolume(java.lang.String name,
float volume)
setCategoryVolume in interface mods.thecomputerizer.theimpossiblelibrary.api.client.sound.SoundHelperAPI