- ManualDisconnection - Class in com.smartfoxserver.v2.controllers.system
-
- ManualDisconnection() - Constructor for class com.smartfoxserver.v2.controllers.system.ManualDisconnection
-
- MapLimits(Vec3D, Vec3D) - Constructor for class com.smartfoxserver.v2.mmo.CreateMMORoomSettings.MapLimits
-
- MatchExpression - Class in com.smartfoxserver.v2.entities.match
-
Overview
Match Expressions are built like "if" conditions in any common programming language.
- MatchExpression(String, IMatcher, Object) - Constructor for class com.smartfoxserver.v2.entities.match.MatchExpression
-
- MatchingUtils - Class in com.smartfoxserver.v2.entities.match
-
- matchRoom(Room, MatchExpression) - Method in class com.smartfoxserver.v2.entities.match.MatchingUtils
-
- matchRooms(Collection<Room>, MatchExpression) - Method in class com.smartfoxserver.v2.entities.match.MatchingUtils
-
- matchRooms(Collection<Room>, MatchExpression, int) - Method in class com.smartfoxserver.v2.entities.match.MatchingUtils
-
- matchUser(User, MatchExpression) - Method in class com.smartfoxserver.v2.entities.match.MatchingUtils
-
- matchUsers(Collection<User>, MatchExpression) - Method in class com.smartfoxserver.v2.entities.match.MatchingUtils
-
- matchUsers(Collection<User>, MatchExpression, int) - Method in class com.smartfoxserver.v2.entities.match.MatchingUtils
-
- MAX_SPECTATORS - Static variable in class com.smartfoxserver.v2.entities.match.RoomProperties
-
The Room max spectators
- MAX_USERS - Static variable in class com.smartfoxserver.v2.entities.match.RoomProperties
-
The Room max users
- maxActiveConnections - Variable in class com.smartfoxserver.v2.db.DBConfig
-
The maximum number of active connections in the connection pool
- maxEmailLength - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration
-
Maximum length of the email field.
- maxIdleConnections - Variable in class com.smartfoxserver.v2.db.DBConfig
-
The maximum number of idle connections in the connection pool
- maxInvitationsPerUser - Variable in class com.smartfoxserver.v2.entities.invitation.SFSInvitationManager
-
- maxListSize - Variable in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
-
- maxPasswordLength - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration
-
Maximum length of the user password.
- maxResendTimes - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration.EmailConfig
-
Determines how many times a user can request the Activation email to be re-sent
in case the previous one wasn't received.
- maxUserNameLength - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration
-
Maximum length of the user name.
- maxVariables - Variable in class com.smartfoxserver.v2.buddylist.SFSBuddyListManager
-
- MD5 - Class in com.smartfoxserver.v2.util
-
- MessagePriority - Enum in com.smartfoxserver.bitswarm.data
-
- minPasswordLength - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration
-
Minimum length of the user password.
- minUserNameLength - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration
-
Minimum length of the user name.
- MMOItem - Class in com.smartfoxserver.v2.mmo
-
An MMOItem represents a non-player entity inside an MMORoom.
- MMOItem() - Constructor for class com.smartfoxserver.v2.mmo.MMOItem
-
Creates a new MMOItem
- MMOItem(List<IMMOItemVariable>) - Constructor for class com.smartfoxserver.v2.mmo.MMOItem
-
Creates an MMOItem populated with custom variables
- MMOItemVariable - Class in com.smartfoxserver.v2.mmo
-
MMOItem Variables allow to attach custom properties to MMOItems inside an MMORoom.
- MMOItemVariable(String, Object) - Constructor for class com.smartfoxserver.v2.mmo.MMOItemVariable
-
Construct an MMOVariable with it's name and value.
- MMOItemVariable(String, Object, boolean) - Constructor for class com.smartfoxserver.v2.mmo.MMOItemVariable
-
Construct an MMOVariable with it's name and value.
- MMOItemVariable(String) - Constructor for class com.smartfoxserver.v2.mmo.MMOItemVariable
-
- MMOItemVariable(String, VariableType, String) - Constructor for class com.smartfoxserver.v2.mmo.MMOItemVariable
-
- MMOItemVariable(String, String, String) - Constructor for class com.smartfoxserver.v2.mmo.MMOItemVariable
-
- mmoResponseApi - Variable in class com.smartfoxserver.v2.api.SFSMMOApi
-
- MMORoom - Class in com.smartfoxserver.v2.mmo
-
Overview
The MMORoom extends the functionalities of a regular Room by adding an Area Of Interest (AOI) to determine the range of the
events that should be received by Users.
- MMORoom(String, Vec3D, int) - Constructor for class com.smartfoxserver.v2.mmo.MMORoom
-
Private constructor
- MMORoom.PreviousMMORoomState - Class in com.smartfoxserver.v2.mmo
-
- mode - Variable in class com.smartfoxserver.v2.components.signup.SignUpConfiguration.PasswordRecovery
-
Specify the mode in which the Password Recovery service works
SEND_OLD: sends the old password back
GENERATE_NEW: generates a new password
- mode - Variable in class com.smartfoxserver.v2.entities.SFSBannedUser
-
- MultiHandler - Annotation Type in com.smartfoxserver.v2.annotations
-
Indicates if an handler class (e.g. for extension request/event) handling is a multi-handler.
- MULTIHANDLER_REQUEST_ID - Static variable in class com.smartfoxserver.v2.extensions.SFSExtension
-