Uses of Class
mstar.ParseRoomDescription

Uses of ParseRoomDescription in
 

Subclasses of ParseRoomDescription in
 class TinyMudParseRoomDescription
          Implements the ParseRoomDescription class for TinyMud's.
 

Uses of ParseRoomDescription in mstar
 

Methods in mstar that return ParseRoomDescription
 ParseRoomDescription Responder.getRoomParser()
          Sets the room parser.
 

Methods in mstar with parameters of type ParseRoomDescription
 void Responder.setRoomParser(ParseRoomDescription roomParser)
          Sets the room parser.