Uses of Class
sfs2x.client.entities.data.Vec3D
-
Packages that use Vec3D Package Description sfs2x.client.entities sfs2x.client.entities.data sfs2x.client.requests.mmo -
-
Uses of Vec3D in sfs2x.client.entities
Methods in sfs2x.client.entities that return Vec3D Modifier and Type Method Description Vec3DIMMOItem. getAOIEntryPoint()Returns the entry point within the User's AOI where this object "appeared" with the last PROXIMITY_LIST_UPDATE event.Vec3DMMOItem. getAOIEntryPoint()Returns the entry point within the User's AOI where this object "appeared" with the last PROXIMITY_LIST_UPDATE event.Vec3DSFSUser. getAOIEntryPoint()Vec3DUser. getAOIEntryPoint()Returns the entry point within the User's AOI where this client "appeared" with the last PROXIMITY_LIST_UPDATE event.Vec3DMMORoom. getDefaultAOI()Returns the default Area of Interest (AoI) of this MMORoom.Vec3DMMORoom. getHigherMapLimit()Returns the higher coordinates limit of the virtual environment represented by the MMORoom along the X,Y,Z axes.Vec3DMMORoom. getLowerMapLimit()Returns the lower coordinates limit of the virtual environment represented by the MMORoom along the X,Y,Z axes.Methods in sfs2x.client.entities with parameters of type Vec3D Modifier and Type Method Description voidMMOItem. setAOIEntryPoint(Vec3D aoiEntryPoint)voidSFSUser. setAOIEntryPoint(Vec3D aoiEntryPoint)voidUser. setAOIEntryPoint(Vec3D aoiEntryPoint)* API internal usage only *voidMMORoom. setDefaultAOI(Vec3D defaultAOI)API internal usage onlyvoidMMORoom. setHigherMapLimit(Vec3D higherMapLimit)API internal usage onlyvoidMMORoom. setLowerMapLimit(Vec3D lowerMapLimit)API internal usage only -
Uses of Vec3D in sfs2x.client.entities.data
Methods in sfs2x.client.entities.data that return Vec3D Modifier and Type Method Description static Vec3DVec3D. fromArray(com.smartfoxserver.v2.entities.data.SFSDataWrapper element) -
Uses of Vec3D in sfs2x.client.requests.mmo
Methods in sfs2x.client.requests.mmo that return Vec3D Modifier and Type Method Description Vec3DMMORoomSettings. getDefaultAOI()Defines the Area of Interest (AoI) for the MMORoom.Vec3DMapLimits. getHigherLimit()Obtain the higher coordinate limitVec3DMapLimits. getLowerLimit()Obtain the lower coordinate limitMethods in sfs2x.client.requests.mmo with parameters of type Vec3D Modifier and Type Method Description voidMMORoomSettings. setDefaultAOI(Vec3D defaultAOI)Constructors in sfs2x.client.requests.mmo with parameters of type Vec3D Constructor Description MapLimits(Vec3D low, Vec3D high)Default constructorSetUserPositionRequest(Vec3D position, Room room)Creates a new SetUserPositionRequest instance.
-