| 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<MushPiece> |
Database.getMushPieces(double fps,
int f) |
java.util.List<MushPiece> |
DatabaseImpl.getMushPieces(double fps,
int f) |
| Modifier and Type | Method and Description |
|---|---|
void |
Database.putMushPiece(double fps,
int mindex,
int f,
MushPiece piece)
Write this MushroomCloud piece to the database.
|
void |
DatabaseImpl.putMushPiece(double fps,
int mindex,
int f,
MushPiece piece) |
| Modifier and Type | Field and Description |
|---|---|
protected MushPiece[] |
MushroomWorld.pieces |