com.brackeen.javagamebook.tilegame.sprites
Class PowerUp.Music

java.lang.Object
  extended by Sprite
      extended by com.brackeen.javagamebook.tilegame.sprites.PowerUp
          extended by com.brackeen.javagamebook.tilegame.sprites.PowerUp.Music
Enclosing class:
PowerUp

public static class PowerUp.Music
extends PowerUp

A Music PowerUp. Changes the game music.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.brackeen.javagamebook.tilegame.sprites.PowerUp
PowerUp.Goal, PowerUp.Music, PowerUp.Star
 
Constructor Summary
PowerUp.Music(Animation anim)
           
 
Method Summary
 
Methods inherited from class com.brackeen.javagamebook.tilegame.sprites.PowerUp
clone
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PowerUp.Music

public PowerUp.Music(Animation anim)