com.brackeen.javagamebook.tilegame.sprites
Class PowerUp

java.lang.Object
  extended by Sprite
      extended by com.brackeen.javagamebook.tilegame.sprites.PowerUp
Direct Known Subclasses:
PowerUp.Goal, PowerUp.Music, PowerUp.Star

public abstract class PowerUp
extends Sprite

A PowerUp class is a Sprite that the player can pick up.


Nested Class Summary
static class PowerUp.Goal
          A Goal PowerUp.
static class PowerUp.Music
          A Music PowerUp.
static class PowerUp.Star
          A Star PowerUp.
 
Constructor Summary
PowerUp(Animation anim)
           
 
Method Summary
 java.lang.Object clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PowerUp

public PowerUp(Animation anim)
Method Detail

clone

public java.lang.Object clone()