Uses of Interface
games.stendhal.client.sound.facade.SoundHandle
Packages that use SoundHandle
Package
Description
the sound and music system, API package
-
Uses of SoundHandle in games.stendhal.client.sound.facade
Methods in games.stendhal.client.sound.facade that return SoundHandleModifier and TypeMethodDescriptionSoundGroup.play(String soundName, float volume, int layerLevel, AudibleArea area, Time fadeInDuration, boolean autoRepeat, boolean clone) plays a soundSoundGroup.play(String soundName, int layerLevel, AudibleArea area, Time fadeInDuration, boolean autoRepeat, boolean clone) plays a soundMethods in games.stendhal.client.sound.facade with parameters of type SoundHandleModifier and TypeMethodDescriptionvoidSoundSystemFacade.stop(SoundHandle sound, Time fadingDuration) -
Uses of SoundHandle in games.stendhal.client.sound.manager
Classes in games.stendhal.client.sound.manager that implement SoundHandle -
Uses of SoundHandle in games.stendhal.client.sound.nosound
Classes in games.stendhal.client.sound.nosound that implement SoundHandleMethods in games.stendhal.client.sound.nosound that return SoundHandleModifier and TypeMethodDescriptionNoSoundGroup.play(String soundName, float volume, int layerLevel, AudibleArea area, Time fadeInDuration, boolean autoRepeat, boolean clone) NoSoundGroup.play(String soundName, int layerLevel, AudibleArea area, Time fadeInDuration, boolean autoRepeat, boolean clone) Methods in games.stendhal.client.sound.nosound with parameters of type SoundHandleModifier and TypeMethodDescriptionvoidNoSoundFacade.stop(SoundHandle sound, Time fadingDuration) -
Uses of SoundHandle in games.stendhal.client.sound.sound
Methods in games.stendhal.client.sound.sound with parameters of type SoundHandleModifier and TypeMethodDescriptionvoidSoundSystemFacadeImpl.stop(SoundHandle sound, Time fadingDuration)