|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgame.core.Sprite
game.core.Bullet
public class Bullet
Field Summary | |
---|---|
(package private) Rocket |
owner
|
Fields inherited from class game.core.Sprite |
---|
age, dx, dy, r, x, y |
Constructor Summary | |
---|---|
Bullet(double x,
double y,
double dx,
double dy,
Rocket owner)
|
Method Summary | |
---|---|
java.lang.Object |
clone()
|
Rocket |
getOwner()
|
boolean |
isTooOld()
|
Methods inherited from class game.core.Sprite |
---|
getDX, getDY, getSize, getX, getY, touches, updatePositionWrap |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
Rocket owner
Constructor Detail |
---|
public Bullet(double x, double y, double dx, double dy, Rocket owner)
Method Detail |
---|
public java.lang.Object clone()
clone
in class Sprite
public Rocket getOwner()
public boolean isTooOld()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |