|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSprite
com.brackeen.javagamebook.tilegame.sprites.PowerUp
public abstract class PowerUp
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 |
---|
public PowerUp(Animation anim)
Method Detail |
---|
public java.lang.Object clone()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |