|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--spacewar.Pilot | +--spacewar.Robot
Robot is an automatic pilot that now has quite a bit of intelligence. So, beware !
Fields inherited from class spacewar.Pilot |
ship |
Constructor Summary | |
(package private) |
Robot(Game theGame,
int number)
|
Method Summary | |
(package private) void |
destroy()
|
void |
run()
|
(package private) void |
sleepForABit(int time)
|
(package private) void |
start()
|
Methods inherited from class spacewar.Pilot |
getGame, getNumber, getShip, setShip |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
Robot(Game theGame, int number)
Method Detail |
void start()
void destroy()
public void run()
void sleepForABit(int time)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |