| Package | Description |
|---|---|
| com.buckosoft.povspew.tteoac.db |
The database
|
| com.buckosoft.povspew.tteoac.Volcano |
Manage the Volcano part of the tteoac animation.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Spew> |
Database.getSpews(double fps,
int f) |
java.util.List<Spew> |
DatabaseImpl.getSpews(double fps,
int f) |
| Modifier and Type | Method and Description |
|---|---|
void |
Database.putSpew(double fps,
int i,
int f,
Spew s)
Write this spew to the database
|
void |
DatabaseImpl.putSpew(double fps,
int i,
int f,
Spew s) |
| Modifier and Type | Class and Description |
|---|---|
class |
Spew2 |
| Modifier and Type | Field and Description |
|---|---|
Spew[] |
VolcanoWorld.spews
My array of spews
|
| Modifier and Type | Method and Description |
|---|---|
void |
RStock.BounceSpew(VolcanoWorld w,
int i,
Spew sp) |
void |
Fireplace.BounceSpew(VolcanoWorld w,
int i,
Spew sp) |
void |
Volcano.BounceSpew(VolcanoWorld w,
int i,
Spew sp,
double inc)
Bounce this Spew off of us, the volcano
|
| Constructor and Description |
|---|
Spew2(Spew spew) |