CMCatalog.RoomContentImplpublic static interface CatalogLibrary.RoomContent
| Modifier and Type | Method | Description | 
|---|---|---|
| boolean | deleted() | Returns whether the object was deleted. | 
| void | flagDirty() | Sets the object as needing re-saving. | 
| Environmental | holder() | The shopkeeper, or mob that owns the
 item. | 
| boolean | isDirty() | Returns whether the object needs re-saving. | 
| Physical | P() | The item or mob in the room | 
Physical P()
Environmental holder()
boolean isDirty()
void flagDirty()
boolean deleted()