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 TypeMethodDescriptionvoid
changeVolume(float volume)
void
exit()
float
void
void
stop(SoundHandle sound, Time fadingDuration)
void
update()
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
-