Uses of Class
com.smartfoxserver.v2.SmartFoxServer
-
Packages that use SmartFoxServer Package Description com.smartfoxserver.v2 com.smartfoxserver.v2.api com.smartfoxserver.v2.buddylist com.smartfoxserver.v2.entities.invitation -
-
Uses of SmartFoxServer in com.smartfoxserver.v2
Methods in com.smartfoxserver.v2 that return SmartFoxServer Modifier and Type Method Description static SmartFoxServer
SmartFoxServer. getInstance()
-
Uses of SmartFoxServer in com.smartfoxserver.v2.api
Fields in com.smartfoxserver.v2.api declared as SmartFoxServer Modifier and Type Field Description protected SmartFoxServer
SFSApi. sfs
protected SmartFoxServer
SFSBuddyApi. sfs
protected SmartFoxServer
SFSGameApi. sfs
protected SmartFoxServer
SFSMMOApi. sfs
Methods in com.smartfoxserver.v2.api with parameters of type SmartFoxServer Modifier and Type Method Description void
ISFSGameApi. setSFS(SmartFoxServer sfs)
Privatevoid
SFSGameApi. setSFS(SmartFoxServer sfs)
Constructors in com.smartfoxserver.v2.api with parameters of type SmartFoxServer Constructor Description SFSApi(SmartFoxServer sfs)
SFSBuddyApi(SmartFoxServer sfs)
SFSGameApi(SmartFoxServer sfs)
SFSMMOApi(SmartFoxServer sfs)
-
Uses of SmartFoxServer in com.smartfoxserver.v2.buddylist
Fields in com.smartfoxserver.v2.buddylist declared as SmartFoxServer Modifier and Type Field Description protected SmartFoxServer
SFSBuddyListManager. sfs
-
Uses of SmartFoxServer in com.smartfoxserver.v2.entities.invitation
Fields in com.smartfoxserver.v2.entities.invitation declared as SmartFoxServer Modifier and Type Field Description protected SmartFoxServer
SFSInvitationManager. sfs
-