Uses of Interface
com.smartfoxserver.v2.api.ISFSApi
- 
Packages that use ISFSApi Package Description com.smartfoxserver.v2.api com.smartfoxserver.v2.extensions com.smartfoxserver.v2.game 
- 
- 
Uses of ISFSApi in com.smartfoxserver.v2.apiClasses in com.smartfoxserver.v2.api that implement ISFSApi Modifier and Type Class Description classSFSApiOverviewFields in com.smartfoxserver.v2.api declared as ISFSApi Modifier and Type Field Description protected ISFSApiSFSBuddyApi. sfsApiprotected ISFSApiSFSGameApi. sfsApiMethods in com.smartfoxserver.v2.api that return ISFSApi Modifier and Type Method Description ISFSApiAPIManager. getSFSApi()
- 
Uses of ISFSApi in com.smartfoxserver.v2.extensionsFields in com.smartfoxserver.v2.extensions declared as ISFSApi Modifier and Type Field Description protected ISFSApiBaseSFSExtension. sfsApiA reference to the SFS2X APIMethods in com.smartfoxserver.v2.extensions that return ISFSApi Modifier and Type Method Description protected ISFSApiBaseClientRequestHandler. getApi()Get a reference to the main server side APIprotected ISFSApiBaseServerEventHandler. getApi()Get a reference to the main server side APIISFSApiBaseSFSExtension. getApi()Get a reference to the main SFS2X Server API, which exposes useful methods for interacting with the server
- 
Uses of ISFSApi in com.smartfoxserver.v2.gameFields in com.smartfoxserver.v2.game declared as ISFSApi Modifier and Type Field Description protected ISFSApiBaseGameInvitationCallback. sfsAPIA reference to the SFS API
 
-