A B C D E F G H I J K L M N O P Q R S T U V W Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
N
- name - Variable in class com.smartfoxserver.v2.buddylist.SFSBuddyVariable
- name - Variable in class com.smartfoxserver.v2.entities.SFSBannedUser
- name - Variable in class com.smartfoxserver.v2.entities.variables.SFSUserVariable
- 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
- NEVER_REMOVE - com.smartfoxserver.v2.entities.SFSRoomRemoveMode
-
The Room is never removed (use with caution)
- NEW_INSTANCE - com.smartfoxserver.v2.annotations.Instantiation.InstantiationMode
- 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
- NONE - com.smartfoxserver.v2.extensions.ExtensionReloadMode
-
Extension cannot be reloaded at runtime
- NORMAL - com.smartfoxserver.bitswarm.data.MessagePriority
- NOT_EQUALS - com.smartfoxserver.v2.entities.match.BoolMatch
-
Checks that Bool1 !
- NOT_EQUALS - com.smartfoxserver.v2.entities.match.NumberMatch
-
Checks that Num1 !
- NOT_EQUALS - com.smartfoxserver.v2.entities.match.StringMatch
-
Check that !
- NULL - com.smartfoxserver.v2.entities.data.SFSDataType
- NULL - com.smartfoxserver.v2.entities.variables.VariableType
- NumberMatch - Enum in com.smartfoxserver.v2.entities.match
-
This matcher is used in MatchExpressions to check Numeric conditions
All Classes All Packages