Uses of Interface
sfs2x.client.entities.IMMOItem
-
Packages that use IMMOItem Package Description sfs2x.client.entities -
-
Uses of IMMOItem in sfs2x.client.entities
Classes in sfs2x.client.entities that implement IMMOItem Modifier and Type Class Description class
MMOItem
An MMOItem represents an active non-player entity inside an MMORoom.Methods in sfs2x.client.entities that return IMMOItem Modifier and Type Method Description static IMMOItem
MMOItem. fromSFSArray(com.smartfoxserver.v2.entities.data.ISFSArray encodedItem)
IMMOItem
MMORoom. getMMOItem(int id)
Retrieves an MMOItem object from its id property.Methods in sfs2x.client.entities that return types with arguments of type IMMOItem Modifier and Type Method Description java.util.List<IMMOItem>
MMORoom. getMMOItems()
Retrieves all MMOItem object in the MMORoom that fall within the current user's Area of Interest.Methods in sfs2x.client.entities with parameters of type IMMOItem Modifier and Type Method Description void
MMORoom. addMMOItem(IMMOItem item)
API internal usage only
-