|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--Bomb.Explode
inner class of the Bomb, handels the explosions
Title: Monkey Madness
Description: Player must run around field, destroying and avoiding bombs, droids and boss!
Copyright: Copyright (c) 2005
Company: Pistachio Monkey
| Constructor Summary | |
Bomb.Explode(int row,
int column,
int flameLength)
|
|
| Method Summary | |
void |
blow(int clean)
either spreads the flames or cleans them up |
void |
run()
decides what type of fuction the blow method should perform |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Bomb.Explode(int row,
int column,
int flameLength)
| Method Detail |
public void run()
run in interface java.lang.Runnablepublic void blow(int clean)
clean - claen number to replace flames
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||