Class NoSoundFacade
java.lang.Object
games.stendhal.client.sound.nosound.NoSoundFacade
- All Implemented Interfaces:
PositionChangeListener,SoundSystemFacade
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidchangeVolume(float volume)voidexit()floatvoidvoidpositionChanged(double x, double y)The user position changed.voidstop(SoundHandle sound, Time fadingDuration)voidupdate()
-
Constructor Details
-
NoSoundFacade
public NoSoundFacade()
-
-
Method Details
-
changeVolume
public void changeVolume(float volume)- Specified by:
changeVolumein interfaceSoundSystemFacade
-
exit
public void exit()- Specified by:
exitin interfaceSoundSystemFacade
-
getGroup
- Specified by:
getGroupin interfaceSoundSystemFacade
-
getGroupNames
- Specified by:
getGroupNamesin interfaceSoundSystemFacade
-
getVolume
public float getVolume()- Specified by:
getVolumein interfaceSoundSystemFacade
-
mute
- Specified by:
mutein interfaceSoundSystemFacade
-
stop
- Specified by:
stopin interfaceSoundSystemFacade
-
update
public void update()- Specified by:
updatein interfaceSoundSystemFacade
-
positionChanged
public void positionChanged(double x, double y)Description copied from interface:PositionChangeListenerThe user position changed.- Specified by:
positionChangedin interfacePositionChangeListener- Parameters:
x- The X coordinate (in world units).y- The Y coordinate (in world units).
-
getDeviceNames
- Specified by:
getDeviceNamesin interfaceSoundSystemFacade
-