Package com.smartfoxserver.v2.mmo
Class BaseMMOItem
- java.lang.Object
-
- com.smartfoxserver.v2.mmo.BaseMMOItem
-
-
Constructor Summary
Constructors Constructor Description BaseMMOItem()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract MMORoom
getRoom()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.smartfoxserver.v2.mmo.IMMOItem
getId, getVariable, getVariables, removeVariable, setVariable, setVariables, toSFSArray
-
-
-
-
Method Detail
-
getRoom
public abstract MMORoom getRoom()
-
-