|
|||||||||
| 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.projectile.Projectile
group1.model.gameobject.projectile.Katana
public class Katana
| Field Summary |
|---|
| 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 | |
|---|---|
Katana(double x,
double y,
PictureList p)
Standard factory constructor. |
|
| Method Summary | |
|---|---|
char |
getDamageType()
Returns a letter code indicating the type of damage that this Projectile gives. |
| Methods inherited from class group1.model.gameobject.projectile.Projectile |
|---|
findObjRegion, getAttackPower, getBottomObjRegion, getDirection, getLeftObjRegion, getRightObjRegion, getSpeed, getTopObjRegion, getVelocityVector, move, setAttackPower, setDirection, setProjectileTeam, setSpeed |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Katana(double x,
double y,
PictureList p)
| Method Detail |
|---|
public char getDamageType()
getDamageType in class Projectile
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||