Uses of Class
efficom.runningjoe.services.RunningJoeSound

Packages that use RunningJoeSound
efficom.runningjoe.services   
 

Uses of RunningJoeSound in efficom.runningjoe.services
 

Methods in efficom.runningjoe.services that return RunningJoeSound
static RunningJoeSound RunningJoeSound.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RunningJoeSound[] RunningJoeSound.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in efficom.runningjoe.services with parameters of type RunningJoeSound
 void SoundManager.notifyEntryRemoved(RunningJoeSound key, com.badlogic.gdx.audio.Sound value)
           
 void SoundManager.play(RunningJoeSound sound)
          Plays the specified sound.