| Package | Description |
|---|---|
| com.smartfoxserver.v2.buddylist | |
| com.smartfoxserver.v2.entities.variables | |
| com.smartfoxserver.v2.mmo |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BuddyVariable |
| Modifier and Type | Class and Description |
|---|---|
class |
SFSBuddyVariable
BuddyVariables are custom values attached to any Buddy in a BuddyList.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RoomVariable |
interface |
UserVariable |
| Modifier and Type | Class and 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMMOItemVariable |
| Modifier and Type | Class and Description |
|---|---|
class |
MMOItemVariable
MMOItem Variables allow to attach custom properties to MMOItems inside an MMORoom.
|