Uses of Class
org.deken.game.sound.BaseSound

Packages that use BaseSound
org.deken.game.sound This package contains classes for working with sound. 
 

Uses of BaseSound in org.deken.game.sound
 

Subclasses of BaseSound in org.deken.game.sound
 class LoopedSound
          Title: TODO
 class RandomSound
          Title: SoundRandomClips
 class SingleSound
          Title: SingleSound
 class TimeListeningSound
           Title: TimeListeningSound
 

Methods in org.deken.game.sound that return BaseSound
protected  BaseSound BaseSound.copyParent(BaseSound newSound)
           
 

Methods in org.deken.game.sound with parameters of type BaseSound
protected  BaseSound BaseSound.copyParent(BaseSound newSound)