mud.common.room
Class TileAction

java.lang.Object
  extended by mud.common.room.IdObject
      extended by mud.common.room.TileAction

public class TileAction
extends IdObject

The actions that show up in the context menu for example when you stand next to treasure.


Constructor Summary
TileAction(int id, int objectId, java.lang.String label)
           
 
Method Summary
 java.lang.String getLabel()
           
 int getObjectId()
           
 
Methods inherited from class mud.common.room.IdObject
getId
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TileAction

public TileAction(int id,
                  int objectId,
                  java.lang.String label)
Method Detail

getObjectId

public int getObjectId()

getLabel

public java.lang.String getLabel()