| 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<MushTopPiece> |
Database.getMushTops(double fps,
int f) |
java.util.List<MushTopPiece> |
DatabaseImpl.getMushTops(double fps,
int f) |
| Modifier and Type | Method and Description |
|---|---|
void |
Database.putMushTop(double fps,
int mindex,
int f,
MushTopPiece piece) |
void |
DatabaseImpl.putMushTop(double fps,
int mindex,
int f,
MushTopPiece piece) |
| Modifier and Type | Field and Description |
|---|---|
protected MushTopPiece[] |
MushroomWorld.topPieces |