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 interfaceBuddyVariableClasses in com.smartfoxserver.v2.buddylist that implement Variable Modifier and Type Class Description classSFSBuddyVariableBuddyVariables 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 interfaceRoomVariableinterfaceUserVariableClasses in com.smartfoxserver.v2.entities.variables that implement Variable Modifier and Type Class Description classSFSRoomVariableRoomVariables are custom values attached to each Room object that get automatically updated between client and server on every change.classSFSUserVariableUserVariables 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 interfaceIMMOItemVariableClasses in com.smartfoxserver.v2.mmo that implement Variable Modifier and Type Class Description classMMOItemVariableMMOItem Variables allow to attach custom properties to MMOItems inside an MMORoom.
-