|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||
java.lang.Object
|
+--GameObject
|
+--RealObject
|
+--Room
|
+--Outside
A kind of Room intended for things that are exposed to the weather, which they tell us about in the long description.
| Inner classes inherited from class Room |
Room.RoomPassage |
| Inner classes inherited from class RealObject |
RealObject.ContentsMessager, RealObject.DescriptionLineProcessor |
| Inner classes inherited from class GameObject |
GameObject.LeaveInfo |
| Fields inherited from class Room |
passages |
| Fields inherited from class RealObject |
contents, longDescription, parentObject, shortDescription, spreadto |
| Fields inherited from class GameObject |
masterGame, name |
| Constructor Summary | |
(package private) |
Outside()
|
| Method Summary | |
java.lang.String |
getLongDescription()
Add the weather to the Room's normal long description. |
| Methods inherited from class Room |
canLeave, doAction, enter, findPassageByDirection, leave |
| Methods inherited from class RealObject |
checkLeave, clone, getParent, getShortDescription, getSpreadability, goodbye, hello, initialize, isPredicate, preClone, register, roomOf, runSpy, setParent, spread, tellAll, unregister, wanderVia |
| Methods inherited from class GameObject |
announce, compareTo, getMasterGame, kill, listen, newInstance, setMasterGame, toString |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
Outside()
| Method Detail |
public java.lang.String getLongDescription()
getLongDescription in class RealObjectRealObject
|
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||