Class NoSoundFacade
java.lang.Object
games.stendhal.client.sound.nosound.NoSoundFacade
- All Implemented Interfaces:
PositionChangeListener
,SoundSystemFacade
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
changeVolume(float volume)
void
exit()
float
void
void
positionChanged(double x, double y)
The user position changed.void
stop(SoundHandle sound, Time fadingDuration)
void
update()
-
Constructor Details
-
NoSoundFacade
public NoSoundFacade()
-
-
Method Details
-
changeVolume
public void changeVolume(float volume)- Specified by:
changeVolume
in interfaceSoundSystemFacade
-
exit
public void exit()- Specified by:
exit
in interfaceSoundSystemFacade
-
getGroup
- Specified by:
getGroup
in interfaceSoundSystemFacade
-
getGroupNames
- Specified by:
getGroupNames
in interfaceSoundSystemFacade
-
getVolume
public float getVolume()- Specified by:
getVolume
in interfaceSoundSystemFacade
-
mute
- Specified by:
mute
in interfaceSoundSystemFacade
-
stop
- Specified by:
stop
in interfaceSoundSystemFacade
-
update
public void update()- Specified by:
update
in interfaceSoundSystemFacade
-
positionChanged
public void positionChanged(double x, double y)Description copied from interface:PositionChangeListener
The user position changed.- Specified by:
positionChanged
in interfacePositionChangeListener
- Parameters:
x
- The X coordinate (in world units).y
- The Y coordinate (in world units).
-
getDeviceNames
- Specified by:
getDeviceNames
in interfaceSoundSystemFacade
-