|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jAsea.jAseaNPCState
Contains the current state of a single NPC
Field Summary | |
(package private) int |
location
Current place of NPC |
(package private) int |
parent
Current place of NPC |
(package private) int |
position
Current place of NPC |
(package private) boolean |
seen
Has player seen this NPC? |
(package private) int |
time
Status of NPC's current walk |
(package private) int |
walk
Status of NPC's current walk |
(package private) int |
walkstep
Status of NPC's current walk |
Constructor Summary | |
(package private) |
jAseaNPCState(jAseaObject jao)
Read the initial state from a single jAseaObject |
Method Summary | |
(package private) static jAseaNPCState[] |
read(java.lang.Object[] jao)
Create an array of states, and initialize all of them. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
int location
int position
int parent
boolean seen
int walk
int walkstep
int time
Constructor Detail |
jAseaNPCState(jAseaObject jao)
Method Detail |
static jAseaNPCState[] read(java.lang.Object[] jao)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |