Uses of Interface
zombie.core.sound.SoundEffect

Packages that use SoundEffect
zombie   
zombie.core.sound   
 

Uses of SoundEffect in zombie
 

Fields in zombie declared as SoundEffect
 SoundEffect AmbientStreamManager.Ambient.sound
           
 SoundEffect AmbientStreamManager.AmbientLoop.sound
           
 

Uses of SoundEffect in zombie.core.sound
 

Methods in zombie.core.sound that return SoundEffect
 SoundEffect SoundEngine.getMusic()
          gets a handle to the currently playing music.
 SoundEffect SoundEngine.play(Sound buf)