|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
An actor is an abstract JADE concept for anything that can happen at a predetermined point in time. This simulates both one-time events (like exploding magical bombs), repetetitive events (like a log floating downstream) or intelligent beings (like monsters or the PC).
| Method Summary | |
|---|---|
void |
act()
Executes an action at a predetermined point in time. |
long |
getActionPoint()
Returns the point in time when this event is going to happen. |
boolean |
isValid()
Determines whether this action still is going to happen when the time has come. |
| Method Detail |
|---|
void act()
long getActionPoint()
boolean isValid()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||