|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgroup1.model.gameobject.GameObj
group1.model.gameobject.obstacle.HorizontalMovingPassThruPlatform
group1.model.gameobject.obstacle.HorizontalMovingRightPassThruPlatform
public class HorizontalMovingRightPassThruPlatform
Obstacle: Moving platform that moves horizontally, back and forth, and can be jumped through. Starts off moving right.
| Field Summary |
|---|
| Fields inherited from class group1.model.gameobject.obstacle.HorizontalMovingPassThruPlatform |
|---|
ACCEL, MAX_SPEED |
| Fields inherited from class group1.model.gameobject.GameObj |
|---|
acceleration, ENEMY_TEAM, GRID_SPACE_SIZE, id, isMovable, JEFF_TEAM, myState, NO_TEAM, regions, shape, THICKNESS, velocity |
| Constructor Summary | |
|---|---|
HorizontalMovingRightPassThruPlatform(double x,
double y,
PictureList p)
Constructor. |
|
| Method Summary |
|---|
| Methods inherited from class group1.model.gameobject.obstacle.HorizontalMovingPassThruPlatform |
|---|
move |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HorizontalMovingRightPassThruPlatform(double x,
double y,
PictureList p)
x - The x-position.y - The y-position.p - The picture list.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||