| Package | Description |
|---|---|
| com.buckosoft.povspew.tteoac.db |
The database
|
| com.buckosoft.povspew.tteoac.Mushroom |
Manage the Mushroom Cloud part of the tteoac animation.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExplodeTopPiece> |
Database.getExplodeTops(double fps,
int f) |
java.util.List<ExplodeTopPiece> |
DatabaseImpl.getExplodeTops(double fps,
int f) |
| Modifier and Type | Method and Description |
|---|---|
void |
Database.putExplodeTop(double fps,
int mindex,
int f,
ExplodeTopPiece piece) |
void |
DatabaseImpl.putExplodeTop(double fps,
int mindex,
int f,
ExplodeTopPiece piece) |
| Modifier and Type | Field and Description |
|---|---|
protected ExplodeTopPiece[] |
MushroomWorld.explodeTopPieces |
| Constructor and Description |
|---|
ExplodeTopPiece(ExplodeTopPiece other)
Convienence constructor to clone another piece.
|