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 SmartFoxServerSmartFoxServer. getInstance() -
Uses of SmartFoxServer in com.smartfoxserver.v2.api
Fields in com.smartfoxserver.v2.api declared as SmartFoxServer Modifier and Type Field Description protected SmartFoxServerSFSApi. sfsprotected SmartFoxServerSFSBuddyApi. sfsprotected SmartFoxServerSFSGameApi. sfsprotected SmartFoxServerSFSMMOApi. sfsMethods in com.smartfoxserver.v2.api with parameters of type SmartFoxServer Modifier and Type Method Description voidISFSGameApi. setSFS(SmartFoxServer sfs)PrivatevoidSFSGameApi. 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 SmartFoxServerSFSBuddyListManager. 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 SmartFoxServerSFSInvitationManager. sfs
-