Uses of Interface
com.smartfoxserver.v2.api.ISFSGameApi
-
Packages that use ISFSGameApi Package Description com.smartfoxserver.v2.api com.smartfoxserver.v2.extensions -
-
Uses of ISFSGameApi in com.smartfoxserver.v2.api
Classes in com.smartfoxserver.v2.api that implement ISFSGameApi Modifier and Type Class Description class
SFSGameApi
Provides specialized API calls for advanced game functionalities: player matching, game invitations/challenges, quick games etc...Methods in com.smartfoxserver.v2.api that return ISFSGameApi Modifier and Type Method Description ISFSGameApi
APIManager. getGameApi()
-
Uses of ISFSGameApi in com.smartfoxserver.v2.extensions
Methods in com.smartfoxserver.v2.extensions that return ISFSGameApi Modifier and Type Method Description ISFSGameApi
BaseSFSExtension. getGameApi()
Get a reference to the SFS2X Game API, exposing useful methods for working with SFSGame classes, invitations and match making.
-