Uses of Interface
com.smartfoxserver.v2.entities.variables.Variable
-
Packages that use Variable Package Description com.smartfoxserver.v2.buddylist com.smartfoxserver.v2.entities.variables com.smartfoxserver.v2.mmo -
-
Uses of Variable in com.smartfoxserver.v2.buddylist
Subinterfaces of Variable in com.smartfoxserver.v2.buddylist Modifier and Type Interface Description interface
BuddyVariable
Classes in com.smartfoxserver.v2.buddylist that implement Variable Modifier and Type Class Description class
SFSBuddyVariable
BuddyVariables are custom values attached to any Buddy in a BuddyList. -
Uses of Variable in com.smartfoxserver.v2.entities.variables
Subinterfaces of Variable in com.smartfoxserver.v2.entities.variables Modifier and Type Interface Description interface
RoomVariable
interface
UserVariable
Classes in com.smartfoxserver.v2.entities.variables that implement Variable Modifier and Type Class Description class
SFSRoomVariable
RoomVariables are custom values attached to each Room object that get automatically updated between client and server on every change.class
SFSUserVariable
UserVariables are custom values attached to each User object that get automatically updated between client and server on every change. -
Uses of Variable in com.smartfoxserver.v2.mmo
Subinterfaces of Variable in com.smartfoxserver.v2.mmo Modifier and Type Interface Description interface
IMMOItemVariable
Classes in com.smartfoxserver.v2.mmo that implement Variable Modifier and Type Class Description class
MMOItemVariable
MMOItem Variables allow to attach custom properties to MMOItems inside an MMORoom.
-