Interface SoundSystemFacade
- All Superinterfaces:
PositionChangeListener
- All Known Implementing Classes:
NoSoundFacade,SoundSystemFacadeImpl
this class is the interface between the game logic and the
sound system.
- Author:
- hendrik, silvio
-
Method Summary
Modifier and TypeMethodDescriptionvoidchangeVolume(float volume) voidexit()floatvoidvoidstop(SoundHandle sound, Time fadingDuration) voidupdate()Methods inherited from interface games.stendhal.client.listener.PositionChangeListener
positionChanged
-
Method Details
-
exit
void exit() -
getGroup
-
update
void update() -
stop
-
mute
-
getVolume
float getVolume() -
getGroupNames
Collection<String> getGroupNames() -
changeVolume
void changeVolume(float volume) -
getDeviceNames
-