Class Sound

java.lang.Object
  |
  +--Sound

public class Sound
extends java.lang.Object


Constructor Summary
Sound()
           
 
Method Summary
static void playBurnSound()
          Plays the sound used when a crate is pushed into an incinerator
static void playDoneSound()
          Plays the sound associated with finishing a level
static void playMoveSound()
          Plays the moving sound
static void playPushSound()
          Plays the sound used when pushing a crate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sound

public Sound()
Method Detail

playMoveSound

public static void playMoveSound()
Plays the moving sound

playPushSound

public static void playPushSound()
Plays the sound used when pushing a crate

playBurnSound

public static void playBurnSound()
Plays the sound used when a crate is pushed into an incinerator

playDoneSound

public static void playDoneSound()
Plays the sound associated with finishing a level