A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
IBuddyManager — Interface, package com.smartfoxserver.v2.entities.managers |
|
The IBuddyManager interface defines all the methods and properties exposed by the client-side manager of the SmartFoxServer Buddy List system. |
id — Property, interface com.smartfoxserver.v2.entities.Buddy |
|
Indicates the id of this buddy. |
id — Property, interface com.smartfoxserver.v2.entities.IMMOItem |
|
Indicates the id of this item. |
id — Property, class com.smartfoxserver.v2.entities.MMOItem |
|
Indicates the id of this item. |
id — Property, interface com.smartfoxserver.v2.entities.Room |
|
Indicates the id of this Room. |
id — Property, class com.smartfoxserver.v2.entities.SFSBuddy |
|
Indicates the id of this buddy. |
id — Property, class com.smartfoxserver.v2.entities.SFSRoom |
|
Indicates the id of this Room. |
id — Property, class com.smartfoxserver.v2.entities.SFSUser |
|
Indicates the id of this user. |
id — Property, interface com.smartfoxserver.v2.entities.User |
|
Indicates the id of this user. |
id — Property, interface com.smartfoxserver.v2.entities.invitation.Invitation |
|
Indicates the id of this invitation. |
id — Property, class com.smartfoxserver.v2.entities.invitation.SFSInvitation |
|
Indicates the id of this invitation. |
id — Property, class com.smartfoxserver.v2.entities.match.LogicOperator |
|
Returns the id of the current LogicOperator instance. |
id — Property, class com.smartfoxserver.v2.requests.RoomExtension |
|
Returns the name of the Extension to be attached to the Room. |
IDLE — Constant Static Property, class com.smartfoxserver.v2.util.ClientDisconnectionReason |
|
Client was disconnected because it was idle for too long. |
IMatcher — Interface, package com.smartfoxserver.v2.entities.match |
|
The IMatcher interface defines the properties that an object representing a condition to be used in a matching expression exposes. |
IMMOItem — Interface, package com.smartfoxserver.v2.entities |
|
The IMMOItem interface defines all the methods and properties that an object representing a SmartFoxServer MMOItem entity exposes. |
IMMOItemVariable — Interface, package com.smartfoxserver.v2.entities.variables |
|
The IMMOItemVariable interface defines all the public methods and properties that an object representing a SmartFoxServer MMOItem Variable exposes. |
info — Event, class com.smartfoxserver.v2.logging.Logger |
|
Dispatched when a message of level INFO is logged. |
INFO — Constant Static Property, class com.smartfoxserver.v2.logging.LogLevel |
|
An INFO message contains informations on the standard client activities. |
INFO — Constant Static Property, class com.smartfoxserver.v2.logging.LoggerEvent |
|
The LoggerEvent.INFO constant defines the value of the type property of the event object for a info event. |
InitBuddyListRequest — class, package com.smartfoxserver.v2.requests.buddylist |
|
Initializes the Buddy List system on the current client. |
InitBuddyListRequest() — Constructor, class com.smartfoxserver.v2.requests.buddylist.InitBuddyListRequest |
|
Creates a new InitBuddyListRequest instance. |
initCrypto() — method, class com.smartfoxserver.v2.SmartFox |
|
Initializes the connection cryptography. |
initUDP(manager:com.smartfoxserver.v2.bitswarm:IUDPManager, udpHost:String, udpPort:int) — method, class com.smartfoxserver.v2.SmartFox |
|
Initializes the UDP protocol by performing an handshake with the server. |
INT — Constant Static Property, class com.smartfoxserver.v2.entities.data.SFSDataType |
|
An integer (32 bit) value. |
INT — Constant Static Property, class com.smartfoxserver.v2.entities.variables.VariableType |
|
The type of the User/Room/Buddy Variable is int. |
INT_ARRAY — Constant Static Property, class com.smartfoxserver.v2.entities.data.SFSDataType |
|
An array of integer values. |
invitation — Event, class com.smartfoxserver.v2.SmartFox |
|
Dispatched when the current user receives an invitation from another user. |
Invitation — Interface, package com.smartfoxserver.v2.entities.invitation |
|
The Invitation interface defines all the methods and properties that an object representing an invitation entity exposes. |
INVITATION — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent |
|
The SFSEvent.INVITATION constant defines the value of the type property of the event object for a invitation event. |
invitationExpiryTime — Property, class com.smartfoxserver.v2.requests.game.SFSGameSettings |
|
In private games, defines the number of seconds that the users invited to join the game have to reply to the invitation. |
invitationParams — Property, class com.smartfoxserver.v2.requests.game.SFSGameSettings |
|
In private games, defines an optional object containing additional custom parameters to be sent together with the invitation. |
invitationReply — Event, class com.smartfoxserver.v2.SmartFox |
|
Dispatched when the current user receives a reply to an invitation he sent previously. |
InvitationReply — class, package com.smartfoxserver.v2.entities.invitation |
|
The InvitationReply class contains the constants describing the possible replies to an invitation. |
INVITATION_REPLY — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent |
|
The SFSEvent.INVITATION_REPLY constant defines the value of the type property of the event object for a invitationReply event. |
invitationReplyError — Event, class com.smartfoxserver.v2.SmartFox |
|
Dispatched when an error occurs while the current user is sending a reply to an invitation he received. |
INVITATION_REPLY_ERROR — Constant Static Property, class com.smartfoxserver.v2.core.SFSEvent |
|
The SFSEvent.INVITATION_REPLY_ERROR constant defines the value of the type property of the event object for a invitationReplyError event. |
InvitationReplyRequest — class, package com.smartfoxserver.v2.requests.game |
|
Replies to an invitation received by the current user. |
InvitationReplyRequest(invitation:com.smartfoxserver.v2.entities.invitation:Invitation, invitationReply:int, params:com.smartfoxserver.v2.entities.data:ISFSObject) — Constructor, class com.smartfoxserver.v2.requests.game.InvitationReplyRequest |
|
Creates a new InvitationReplyRequest instance. |
invitedPlayers — Property, class com.smartfoxserver.v2.requests.game.SFSGameSettings |
|
In private games, defines a list of User objects representing players to be invited to join the game. |
invitee — Property, interface com.smartfoxserver.v2.entities.invitation.Invitation |
|
Returns the User object corresponding to the user who received the invitation. |
invitee — Property, class com.smartfoxserver.v2.entities.invitation.SFSInvitation |
|
Returns the User object corresponding to the user who received the invitation. |
inviter — Property, interface com.smartfoxserver.v2.entities.invitation.Invitation |
|
Returns the User object corresponding to the user who sent the invitation. |
inviter — Property, class com.smartfoxserver.v2.entities.invitation.SFSInvitation |
|
Returns the User object corresponding to the user who sent the invitation. |
InviteUsersRequest — class, package com.smartfoxserver.v2.requests.game |
|
Sends a generic invitation to a list of users. |
InviteUsersRequest(invitedUsers:Array, secondsForAnswer:int, params:com.smartfoxserver.v2.entities.data:ISFSObject) — Constructor, class com.smartfoxserver.v2.requests.game.InviteUsersRequest |
|
Creates a new InviteUsersRequest instance. |
IPacketEncrypter — Interface, package com.smartfoxserver.v2.core |
| |
IRoomManager — Interface, package com.smartfoxserver.v2.entities.managers |
|
The IRoomManager interface defines all the methods and properties exposed by the client-side manager of the SmartFoxServer Room entities. |
isAdmin() — method, class com.smartfoxserver.v2.entities.SFSUser |
|
Indicates whether this user logged in as an administrator or not. |
isAdmin() — method, interface com.smartfoxserver.v2.entities.User |
|
Indicates whether this user logged in as an administrator or not. |
isBlocked — Property, interface com.smartfoxserver.v2.entities.Buddy |
|
Indicates whether this buddy is blocked in the current user's buddies list or not. |
isBlocked — Property, class com.smartfoxserver.v2.entities.SFSBuddy |
|
Indicates whether this buddy is blocked in the current user's buddies list or not. |
isConnected — Property, class com.smartfoxserver.v2.SmartFox |
|
Indicates whether the client is connected to the server or not. |
ISFSArray — Interface, package com.smartfoxserver.v2.entities.data |
|
The ISFSArray interface defines all the public methods and properties
of the SFSArray class used by SmartFoxServer in client-server data transfer. |
ISFSObject — Interface, package com.smartfoxserver.v2.entities.data |
|
The ISFSObject interface defines all the public methods and properties
of the SFSObject class used by SmartFoxServer in client-server data transfer. |
isGame — Property, interface com.smartfoxserver.v2.entities.Room |
|
Indicates whether this is a Game Room or not. |
isGame — Property, class com.smartfoxserver.v2.entities.SFSRoom |
|
Indicates whether this is a Game Room or not. |
isGame — Property, class com.smartfoxserver.v2.requests.RoomSettings |
|
Indicates whether the Room is a Game Room or not. |
IS_GAME — Constant Static Property, class com.smartfoxserver.v2.entities.match.RoomProperties |
|
The Room is a Game Room. |
isGuest() — method, class com.smartfoxserver.v2.entities.SFSUser |
|
Indicates whether this user logged in as a guest or not. |
isGuest() — method, interface com.smartfoxserver.v2.entities.User |
|
Indicates whether this user logged in as a guest or not. |
isHidden — Property, interface com.smartfoxserver.v2.entities.Room |
|
Indicates whether this Room is hidden or not. |
isHidden — Property, class com.smartfoxserver.v2.entities.SFSRoom |
|
Indicates whether this Room is hidden or not. |
IS_IN_ANY_ROOM — Constant Static Property, class com.smartfoxserver.v2.entities.match.UserProperties |
|
The user joined at least one Room. |
isInited — Property, interface com.smartfoxserver.v2.entities.managers.IBuddyManager |
|
Indicates whether the client's Buddy List system is initialized or not. |
isInited — Property, class com.smartfoxserver.v2.entities.managers.SFSBuddyManager |
|
Indicates whether the client's Buddy List system is initialized or not. |
isItMe — Property, class com.smartfoxserver.v2.entities.SFSUser |
|
Indicates if this User object represents the current client. |
isItMe — Property, interface com.smartfoxserver.v2.entities.User |
|
Indicates if this User object represents the current client. |
isJoined — Property, interface com.smartfoxserver.v2.entities.Room |
|
Indicates whether the client joined this Room or not. |
isJoined — Property, class com.smartfoxserver.v2.entities.SFSRoom |
|
Indicates whether the client joined this Room or not. |
isJoinedInRoom(room:com.smartfoxserver.v2.entities:Room) — method, class com.smartfoxserver.v2.entities.SFSUser |
|
Indicates whether this user joined the passed Room or not. |
isJoinedInRoom(room:com.smartfoxserver.v2.entities:Room) — method, interface com.smartfoxserver.v2.entities.User |
|
Indicates whether this user joined the passed Room or not. |
isModerator() — method, class com.smartfoxserver.v2.entities.SFSUser |
|
Indicates whether this user logged in as a moderator or not. |
isModerator() — method, interface com.smartfoxserver.v2.entities.User |
|
Indicates whether this user logged in as a moderator or not. |
IS_NPC — Constant Static Property, class com.smartfoxserver.v2.entities.match.UserProperties |
|
The user is a Non-Player Character (NPC). |
isNull(index:int) — method, interface com.smartfoxserver.v2.entities.data.ISFSArray |
|
Indicates if the element at the specified position in this array is null. |
isNull(key:String) — method, interface com.smartfoxserver.v2.entities.data.ISFSObject |
|
Indicates if the value mapped by the specified key is null. |
isNull(index:int) — method, class com.smartfoxserver.v2.entities.data.SFSArray |
|
Indicates if the element at the specified position in this array is null. |
isNull(key:String) — method, class com.smartfoxserver.v2.entities.data.SFSObject |
|
Indicates if the value mapped by the specified key is null. |
isNull() — method, class com.smartfoxserver.v2.entities.variables.BaseVariable |
|
Indicates if the variable is null. |
isNull() — method, interface com.smartfoxserver.v2.entities.variables.Variable |
|
Indicates if the variable is null. |
isOffline — Property, interface com.smartfoxserver.v2.entities.variables.BuddyVariable |
|
Indicates whether the Buddy Variable is persistent or not. |
isOffline — Property, class com.smartfoxserver.v2.entities.variables.SFSBuddyVariable |
|
Indicates whether the Buddy Variable is persistent or not. |
isOnline — Property, interface com.smartfoxserver.v2.entities.Buddy |
|
Indicates whether this buddy is online in the Buddy List system or not. |
isOnline — Property, class com.smartfoxserver.v2.entities.SFSBuddy |
|
Indicates whether this buddy is online in the Buddy List system or not. |
isPasswordProtected — Property, interface com.smartfoxserver.v2.entities.Room |
|
Indicates whether this Room requires a password to be joined or not. |
isPasswordProtected — Property, class com.smartfoxserver.v2.entities.SFSRoom |
|
Indicates whether this Room requires a password to be joined or not. |
isPersistent — Property, interface com.smartfoxserver.v2.entities.variables.RoomVariable |
|
Indicates whether this Room Variable is persistent or not. |
isPersistent — Property, class com.smartfoxserver.v2.entities.variables.SFSRoomVariable |
|
Indicates whether this Room Variable is persistent or not. |
isPlayer — Property, class com.smartfoxserver.v2.entities.SFSUser |
|
Indicates whether this user is a player (playerId greater than 0) in the last joined Room or not. |
isPlayer — Property, interface com.smartfoxserver.v2.entities.User |
|
Indicates whether this user is a player (playerId greater than 0) in the last joined Room or not. |
IS_PLAYER — Constant Static Property, class com.smartfoxserver.v2.entities.match.UserProperties |
|
The user is a player in a Game Room. |
isPlayerInRoom(room:com.smartfoxserver.v2.entities:Room) — method, class com.smartfoxserver.v2.entities.SFSUser |
|
Indicates whether this user is a player (playerId greater than 0) in the passed Room or not. |
isPlayerInRoom(room:com.smartfoxserver.v2.entities:Room) — method, interface com.smartfoxserver.v2.entities.User |
|
Indicates whether this user is a player (playerId greater than 0) in the passed Room or not. |
isPrivate — Property, interface com.smartfoxserver.v2.entities.variables.RoomVariable |
|
Indicates whether this Room Variable is private or not. |
isPrivate — Property, class com.smartfoxserver.v2.entities.variables.SFSRoomVariable |
|
Indicates whether this Room Variable is private or not. |
isPrivate — Property, class com.smartfoxserver.v2.entities.variables.SFSUserVariable |
|
Indicates whether this User Variable is private or not. |
isPrivate — Property, interface com.smartfoxserver.v2.entities.variables.UserVariable |
|
Indicates whether this User Variable is private or not. |
IS_PRIVATE — Constant Static Property, class com.smartfoxserver.v2.entities.match.RoomProperties |
|
The Room is private. |
isPublic — Property, class com.smartfoxserver.v2.requests.game.SFSGameSettings |
|
Indicates whether the game is public or private. |
isSpectator — Property, class com.smartfoxserver.v2.entities.SFSUser |
|
Indicates whether this user is a spectator (playerId lower than 0) in the last joined Room or not. |
isSpectator — Property, interface com.smartfoxserver.v2.entities.User |
|
Indicates whether this user is a spectator (playerId lower than 0) in the last joined Room or not. |
IS_SPECTATOR — Constant Static Property, class com.smartfoxserver.v2.entities.match.UserProperties |
|
The user is a spectator in a Game Room. |
isSpectatorInRoom(room:com.smartfoxserver.v2.entities:Room) — method, class com.smartfoxserver.v2.entities.SFSUser |
|
Indicates whether this user is a spectator (playerId lower than 0) in the passed Room or not. |
isSpectatorInRoom(room:com.smartfoxserver.v2.entities:Room) — method, interface com.smartfoxserver.v2.entities.User |
|
Indicates whether this user is a spectator (playerId lower than 0) in the passed Room or not. |
isStandardUser() — method, class com.smartfoxserver.v2.entities.SFSUser |
|
Indicates whether this user logged in as a standard user or not. |
isStandardUser() — method, interface com.smartfoxserver.v2.entities.User |
|
Indicates whether this user logged in as a standard user or not. |
isTemp — Property, interface com.smartfoxserver.v2.entities.Buddy |
|
Indicates whether this buddy is temporary (non-persistent) in the current user's buddies list or not. |
isTemp — Property, class com.smartfoxserver.v2.entities.SFSBuddy |
|
Indicates whether this buddy is temporary (non-persistent) in the current user's buddies list or not. |
IS_TYPE_SFSGAME — Constant Static Property, class com.smartfoxserver.v2.entities.match.RoomProperties |
|
The Room is an SFSGame on the server-side. |
IUserManager — Interface, package com.smartfoxserver.v2.entities.managers |
|
The IUserManager interface defines all the methods and properties exposed by the client-side manager of the SmartFoxServer User entities. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |