- name - Variable in class com.smartfoxserver.v2.buddylist.SFSBuddyVariable
-
- NAME - Static variable in class com.smartfoxserver.v2.entities.match.RoomProperties
-
The Room name
- NAME - Static variable in class com.smartfoxserver.v2.entities.match.UserProperties
-
The user name
- name - Variable in class com.smartfoxserver.v2.entities.SFSBannedUser
-
- name - Variable in class com.smartfoxserver.v2.entities.variables.SFSUserVariable
-
- newFromBinaryData(byte[]) - Static method in class com.smartfoxserver.v2.entities.data.SFSArray
-
Rebuild an SFSArray form its binary form
- newFromBinaryData(byte[]) - Static method in class com.smartfoxserver.v2.entities.data.SFSObject
-
Rebuild an SFSObject form its binary form
- newFromJsonData(String) - Static method in class com.smartfoxserver.v2.entities.data.SFSArray
-
Creates an SFSObject from a JSON literal.
- newFromJsonData(String) - Static method in class com.smartfoxserver.v2.entities.data.SFSObject
-
Creates an SFSObject from a JSON literal.
- newFromObject(Object) - Static method in class com.smartfoxserver.v2.entities.data.SFSObject
-
Converts any POJO (Plain Old Java Object) into an SFSObject providing a number of conventions and supported data types.
- newFromResultSet(ResultSet) - Static method in class com.smartfoxserver.v2.entities.data.SFSArray
-
- newFromResultSet(ResultSet) - Static method in class com.smartfoxserver.v2.entities.data.SFSObject
-
- newFromRoomSettings(CreateRoomSettings) - Static method in class com.smartfoxserver.v2.game.CreateSFSGameSettings
-
- newFromSFSArray(ISFSArray) - Static method in class com.smartfoxserver.v2.buddylist.SFSBuddyVariable
-
SFSArray is expected to be formatted as follows
0: (str) - name
1: (byte) - type id
2: (*) - value
- newFromSFSArray(ISFSArray) - Static method in class com.smartfoxserver.v2.entities.variables.SFSRoomVariable
-
- newFromSFSArray(ISFSArray) - Static method in class com.smartfoxserver.v2.entities.variables.SFSUserVariable
-
SFSArray is expected to be formatted as follows
0: (str) -> name
1: (byte) -> type id
2: (Object) -> value
3: (bool) -> isPrivate
- newFromSFSArray(ISFSArray) - Static method in class com.smartfoxserver.v2.mmo.MMOItemVariable
-
- newFromStringLiteral(String, String, String) - Static method in class com.smartfoxserver.v2.entities.variables.SFSRoomVariable
-
- newFromStringLiteral(String, String, String) - Static method in class com.smartfoxserver.v2.entities.variables.SFSUserVariable
-
- newFromStringLiteral(String, String, String) - Static method in class com.smartfoxserver.v2.mmo.MMOItemVariable
-
- newInstance() - Static method in class com.smartfoxserver.v2.entities.data.SFSArray
-
Static constructor, similar to new SFSArray();
- newInstance() - Static method in class com.smartfoxserver.v2.entities.data.SFSArrayLite
-
- newInstance() - Static method in class com.smartfoxserver.v2.entities.data.SFSObject
-
Static constructor, similar to new SFSObject();
- newInstance() - Static method in class com.smartfoxserver.v2.entities.data.SFSObjectLite
-
- newInstance(String, Object) - Static method in class com.smartfoxserver.v2.entities.variables.SFSUserVariable
-
- newInstance(String, Object) - Static method in class com.smartfoxserver.v2.mmo.MMOItemVariable
-
- newPrivateVariable(String, Object) - Static method in class com.smartfoxserver.v2.entities.variables.SFSUserVariable
-
- next() - Method in class com.smartfoxserver.v2.entities.match.MatchExpression
-
Get the next expression chained to the current one.
- nickName - Variable in class com.smartfoxserver.v2.components.login.LoginData
-
The optional nickname extracted from the database (might be null)
- nickNameField - Variable in class com.smartfoxserver.v2.components.login.LoginConfiguration
-
If the user name used for login is not to be used as the nickname of the user in the system, you can specify
which other field in the database contains the nickname.
- NO_IP - Static variable in class com.smartfoxserver.bitswarm.sessions.Session
-
- NumberMatch - Enum in com.smartfoxserver.v2.entities.match
-
This matcher is used in MatchExpressions to check Numeric conditions