Uses of Class
mstar.Commands

Uses of Commands in
 

Subclasses of Commands in
 class TinyMudCommands
          Implements the Commands class for TinyMud's.
 

Uses of Commands in mstar
 

Methods in mstar that return Commands
 Commands Responder.getCommands()
          Gets the commands for this collaborative environment.
 

Methods in mstar with parameters of type Commands
 void Responder.setCommands(Commands commands)
          Sets the commands for this collaborative environment.