|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object | +--GameObject.LeaveInfo
This inner class has no methods, but is used as a convenient way to keep all the information about someone leaving a Room in one convenient place. Because this is intended to be treated as a structure, all members are public.
| Field Summary | |
(package private) Room.RoomPassage |
leavePassage
How are they going? |
(package private) RealObject |
leaver
Who's leaving? |
(package private) boolean |
okay
Whether it's okay for them to actually leave. |
| Constructor Summary | |
(package private) |
GameObject.LeaveInfo(RealObject argLeaver,
Room.RoomPassage argPassage)
Constructor copies arguments into instance variables |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
Room.RoomPassage leavePassage
RealObject leaver
boolean okay
| Constructor Detail |
GameObject.LeaveInfo(RealObject argLeaver,
Room.RoomPassage argPassage)
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||