public abstract class SoundAPI<S> extends AbstractWrapped<S>
wrapped| Modifier and Type | Method and Description |
|---|---|
abstract ResourceLocationAPI<?> |
getOggLocation() |
abstract void |
play(float volume) |
equals, getWrapped, getWrappedClass, toStringpublic SoundAPI(S sound)
public abstract ResourceLocationAPI<?> getOggLocation()
public abstract void play(float volume)