public final class Sounds extends ResourcesContainer<Sound>
| Modifier and Type | Method and Description |
|---|---|
protected Sound |
load(java.lang.String resourceName)
Loads the sound from the specified path and returns it.
|
add, addClearedListener, addContainerListener, clear, contains, contains, count, get, get, get, get, getAlias, getAll, getResources, remove, removeClearedListener, removeContainerListener, tryGetprotected Sound load(java.lang.String resourceName) throws java.lang.Exception
load in class ResourcesContainer<Sound>resourceName - The path of the file to be loaded.(Can be relative or absolute)java.lang.Exception