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

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

public static class PowerUp.Goal
extends PowerUp

A Goal PowerUp. Advances to the next map.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.brackeen.javagamebook.tilegame.sprites.PowerUp
PowerUp.Goal, PowerUp.Music, PowerUp.Star
 
Constructor Summary
PowerUp.Goal(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.Goal

public PowerUp.Goal(Animation anim)