Package com.smartfoxserver.mmo
Class BaseMMOItem
java.lang.Object
com.smartfoxserver.mmo.BaseMMOItem
- All Implemented Interfaces:
IMMOItem
- Direct Known Subclasses:
MMOItem
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.smartfoxserver.mmo.IMMOItem
getId, getVariable, getVariables, removeVariable, setVariable, setVariables, toSFSArray
-
Constructor Details
-
BaseMMOItem
public BaseMMOItem()
-
-
Method Details
-
getRoom
Get the Room associated with this MMOItem- Returns:
- the Room associated with the MMOItem
-