Uses of Class
com.smartfoxserver.v2.mmo.BaseMMOItem
-
Packages that use BaseMMOItem Package Description com.smartfoxserver.v2.api com.smartfoxserver.v2.entities com.smartfoxserver.v2.mmo -
-
Uses of BaseMMOItem in com.smartfoxserver.v2.api
Methods in com.smartfoxserver.v2.api with parameters of type BaseMMOItem Modifier and Type Method Description void
ISFSMMOApi. removeMMOItem(BaseMMOItem item)
Remove an MMOItem from an MMORoom.void
SFSMMOApi. removeMMOItem(BaseMMOItem item)
Remove an MMOItem from an MMORoom.void
ISFSMMOApi. setMMOItemPosition(BaseMMOItem item, Vec3D pos, Room targetRoom)
Set or update an MMOItem inside an MMORoomvoid
SFSMMOApi. setMMOItemPosition(BaseMMOItem item, Vec3D pos, Room targetRoom)
Set or update an MMOItem inside an MMORoomvoid
ISFSMMOApi. setMMOItemVariables(BaseMMOItem item, java.util.List<IMMOItemVariable> variables)
Set MMOItemVariables.void
ISFSMMOApi. setMMOItemVariables(BaseMMOItem item, java.util.List<IMMOItemVariable> variables, boolean fireClientEvent)
Set MMOItemVariables.void
SFSMMOApi. setMMOItemVariables(BaseMMOItem item, java.util.List<IMMOItemVariable> variables)
Set MMOItemVariables.void
SFSMMOApi. setMMOItemVariables(BaseMMOItem item, java.util.List<IMMOItemVariable> variables, boolean fireClientEvent)
Set MMOItemVariables. -
Uses of BaseMMOItem in com.smartfoxserver.v2.entities
Methods in com.smartfoxserver.v2.entities that return types with arguments of type BaseMMOItem Modifier and Type Method Description java.util.List<BaseMMOItem>
SFSUser. getLastMMOItemsList()
java.util.List<BaseMMOItem>
User. getLastMMOItemsList()
Method parameters in com.smartfoxserver.v2.entities with type arguments of type BaseMMOItem Modifier and Type Method Description void
SFSUser. setLastMMOItemsList(java.util.List<BaseMMOItem> mmoItemsList)
void
User. setLastMMOItemsList(java.util.List<BaseMMOItem> mmoItemsList)
-
Uses of BaseMMOItem in com.smartfoxserver.v2.mmo
Subclasses of BaseMMOItem in com.smartfoxserver.v2.mmo Modifier and Type Class Description class
MMOItem
An MMOItem represents a non-player entity inside an MMORoom.Methods in com.smartfoxserver.v2.mmo that return BaseMMOItem Modifier and Type Method Description BaseMMOItem
MMORoom. getMMOItemById(int itemId)
Obtain an MMOItem managed by this Room via its idMethods in com.smartfoxserver.v2.mmo that return types with arguments of type BaseMMOItem Modifier and Type Method Description java.util.List<BaseMMOItem>
MMORoom. getAllMMOItems()
Obtain a list of all MMOItems managed by this Roomjava.util.List<BaseMMOItem>
MMORoom. getProximityItems(User target)
Get the list of MMOItems falling within the User's AoIjava.util.List<BaseMMOItem>
MMORoom. getProximityItems(User target, Vec3D aoi)
Get the list of MMOItems falling within a custom AoIjava.util.List<BaseMMOItem>
MMORoom. getProximityItems(Vec3D pos)
Get the list of MMOItems falling within the MMORoom's AoI at a specific locationjava.util.List<BaseMMOItem>
MMORoom. getProximityItems(Vec3D pos, Vec3D aoi)
Get the list of MMOItems at a specific location, falling within a custom AoIMethods in com.smartfoxserver.v2.mmo with parameters of type BaseMMOItem Modifier and Type Method Description boolean
MMORoom. containsMMOItem(BaseMMOItem item)
Check if the provided MMOItem is managed by this Roomcom.smartfoxserver.v2.mmo.P3D
MMORoom. findItemLocation(BaseMMOItem item)
privatevoid
MMORoom. removeMMOItem(BaseMMOItem item)
privatevoid
MMORoom. updateItem(BaseMMOItem item, Vec3D pos)
-