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 voidISFSMMOApi. removeMMOItem(BaseMMOItem item)Remove an MMOItem from an MMORoom.voidSFSMMOApi. removeMMOItem(BaseMMOItem item)Remove an MMOItem from an MMORoom.voidISFSMMOApi. setMMOItemPosition(BaseMMOItem item, Vec3D pos, Room targetRoom)Set or update an MMOItem inside an MMORoomvoidSFSMMOApi. setMMOItemPosition(BaseMMOItem item, Vec3D pos, Room targetRoom)Set or update an MMOItem inside an MMORoomvoidISFSMMOApi. setMMOItemVariables(BaseMMOItem item, java.util.List<IMMOItemVariable> variables)Set MMOItemVariables.voidISFSMMOApi. setMMOItemVariables(BaseMMOItem item, java.util.List<IMMOItemVariable> variables, boolean fireClientEvent)Set MMOItemVariables.voidSFSMMOApi. setMMOItemVariables(BaseMMOItem item, java.util.List<IMMOItemVariable> variables)Set MMOItemVariables.voidSFSMMOApi. 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 voidSFSUser. setLastMMOItemsList(java.util.List<BaseMMOItem> mmoItemsList)voidUser. 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 classMMOItemAn MMOItem represents a non-player entity inside an MMORoom.Methods in com.smartfoxserver.v2.mmo that return BaseMMOItem Modifier and Type Method Description BaseMMOItemMMORoom. 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 booleanMMORoom. containsMMOItem(BaseMMOItem item)Check if the provided MMOItem is managed by this Roomcom.smartfoxserver.v2.mmo.P3DMMORoom. findItemLocation(BaseMMOItem item)privatevoidMMORoom. removeMMOItem(BaseMMOItem item)privatevoidMMORoom. updateItem(BaseMMOItem item, Vec3D pos)
-