Uses of Class
org.starhope.appius.game.SoundPlayback

Packages that use SoundPlayback
org.starhope.appius.game   
 

Uses of SoundPlayback in org.starhope.appius.game
 

Fields in org.starhope.appius.game with type parameters of type SoundPlayback
private  Collection<SoundPlayback> Room.sounds
          WRITEME: Document this brpocock@star-hope.org
 

Methods in org.starhope.appius.game that return types with arguments of type SoundPlayback
 Collection<SoundPlayback> Room.getSounds()
          WRITEME: Document this method brpocock@star-hope.org
 

Methods in org.starhope.appius.game with parameters of type SoundPlayback
 boolean Room.add(SoundPlayback newSound)
          WRITEME: Document this method brpocock@star-hope.org
 boolean Room.remove(SoundPlayback oldSound)
          WRITEME: Document this method brpocock@star-hope.org