mud.common.room
Class IdObject

java.lang.Object
  extended by mud.common.room.IdObject
Direct Known Subclasses:
GameObject, Item, Room, TileAction

public class IdObject
extends java.lang.Object


Constructor Summary
IdObject(int id)
           
 
Method Summary
 int getId()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdObject

public IdObject(int id)
Method Detail

getId

public int getId()