Uses of Class
mud.common.room.IdObject

Packages that use IdObject
mud.common.items   
mud.common.objects   
mud.common.room   
 

Uses of IdObject in mud.common.items
 

Subclasses of IdObject in mud.common.items
 class Armor
           
 class Item
           
 class UsableItem
          Can be used as a superclass for potions and stuff
 class Weapon
           
 

Uses of IdObject in mud.common.objects
 

Subclasses of IdObject in mud.common.objects
 class Creature
          Living object
 class GameObject
          Anything that can stand on top of a tile
 class Monster
           
 class Player
           
 class Transporter
          Like a door.
 class Treasure
           
 

Uses of IdObject in mud.common.room
 

Subclasses of IdObject in mud.common.room
 class Room
          Implements a single game room.
 class TileAction
          The actions that show up in the context menu for example when you stand next to treasure.