|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SoundLibrary.SoundEffect | |
---|---|
net.sf.freecol.client | This is the main client package. |
net.sf.freecol.client.gui.sound | This package contains the classes for handling sfx/music in FreeCol. |
Uses of SoundLibrary.SoundEffect in net.sf.freecol.client |
---|
Methods in net.sf.freecol.client with parameters of type SoundLibrary.SoundEffect | |
---|---|
void |
FreeColClient.playSound(SoundLibrary.SoundEffect sound)
Plays the given sound effect. |
Uses of SoundLibrary.SoundEffect in net.sf.freecol.client.gui.sound |
---|
Methods in net.sf.freecol.client.gui.sound that return SoundLibrary.SoundEffect | |
---|---|
static SoundLibrary.SoundEffect |
SoundLibrary.SoundEffect.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static SoundLibrary.SoundEffect[] |
SoundLibrary.SoundEffect.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.sf.freecol.client.gui.sound with parameters of type SoundLibrary.SoundEffect | |
---|---|
Playlist |
SoundLibrary.get(SoundLibrary.SoundEffect effect)
Returns a playlist identified by id. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |