A B C D E F G H I J K L M N O P Q R S T U V 
All Classes All Packages

I

IBuddyManager - Interface in sfs2x.client.entities.managers
The IBuddyManager interface defines all the methods and properties exposed by the client-side manager of the SmartFoxServer Buddy List system.
IDLE - Static variable in class sfs2x.client.util.ClientDisconnectionReason
Client was disconnected because it was idle for too long.
IEventListener - Interface in sfs2x.client.core
The interface can be implemented to handle a single event type or it can be used to capture multiple events.
IMatcher - Interface in sfs2x.client.entities.match
The IMatcher interface defines the properties of an object representing a condition to be used in a matching expression exposes.
IMMOItem - Interface in sfs2x.client.entities
 
IMMOItemVariable - Interface in sfs2x.client.entities.variables
The IMMOItemVariable interface defines all the public methods and properties that an object representing a SmartFoxServer MMOItem Variable exposes in addition to those inherited from the parent interface.
InitBuddyList - Static variable in class sfs2x.client.requests.BaseRequest
*Private*
InitBuddyListRequest - Class in sfs2x.client.requests.buddylist
Initializes the Buddy List system on the current client.
InitBuddyListRequest() - Constructor for class sfs2x.client.requests.buddylist.InitBuddyListRequest
Creates a new InitBuddyListRequest instance.
initCrypto() - Method in interface sfs2x.client.ISmartFox
 
initCrypto() - Method in class sfs2x.client.SmartFox
Initializes the connection cryptography.
initUdp() - Method in class sfs2x.client.SmartFox
 
initUdp(String) - Method in class sfs2x.client.SmartFox
 
initUdp(String, int) - Method in class sfs2x.client.SmartFox
Initializes the UDP protocol by performing an handshake with the server.
INT - Static variable in class sfs2x.client.entities.variables.VariableType
The type of the User/Buddy/Room Variable is int.
intX() - Method in class sfs2x.client.entities.data.Vec3D
Get the X coordinate as integer
intY() - Method in class sfs2x.client.entities.data.Vec3D
Get the Y coordinate as integer
intZ() - Method in class sfs2x.client.entities.data.Vec3D
Get the Z coordinate as integer
Invitation - Interface in sfs2x.client.entities.invitation
The Invitation interface defines all the methods and properties that an object representing an invitation entity exposes.
INVITATION - Static variable in class sfs2x.client.core.SFSEvent
The SFSEvent.INVITATION constant defines the value of the type property of the event object for a invitation event.
INVITATION_REPLY - Static variable in class sfs2x.client.core.SFSEvent
The SFSEvent.INVITATION_REPLY constant defines the value of the type property of the event object for a invitationReply event.
INVITATION_REPLY_ERROR - Static variable in class sfs2x.client.core.SFSEvent
The SFSEvent.INVITATION_REPLY_ERROR constant defines the value of the type property of the event object for a invitationReplyError event.
InvitationReply - Class in sfs2x.client.entities.invitation
The InvitationReply class contains the constants describing the possible replies to an invitation.
InvitationReply - Static variable in class sfs2x.client.requests.BaseRequest
*Private*
InvitationReplyRequest - Class in sfs2x.client.requests.game
Replies to an invitation received by the current user.
InvitationReplyRequest(Invitation, int) - Constructor for class sfs2x.client.requests.game.InvitationReplyRequest
 
InvitationReplyRequest(Invitation, int, ISFSObject) - Constructor for class sfs2x.client.requests.game.InvitationReplyRequest
Creates a new InvitationReplyRequest instance.
InviteUser - Static variable in class sfs2x.client.requests.BaseRequest
*Private*
InviteUsersRequest - Class in sfs2x.client.requests.game
Sends a generic invitation to a list of users.
InviteUsersRequest(List<Object>, int, ISFSObject) - Constructor for class sfs2x.client.requests.game.InviteUsersRequest
Creates a new InviteUsersRequest instance.
IRoomManager - Interface in sfs2x.client.entities.managers
The IRoomManager interface defines all the methods and properties exposed by the client-side manager of the SmartFoxServer Room entities.
IS_GAME - Static variable in class sfs2x.client.entities.match.RoomProperties
The Room is a Game Room.
IS_IN_ANY_ROOM - Static variable in class sfs2x.client.entities.match.UserProperties
The user joined at least one room.
IS_NPC - Static variable in class sfs2x.client.entities.match.UserProperties
The user is a Non-Player Character (NPC).
IS_PLAYER - Static variable in class sfs2x.client.entities.match.UserProperties
The user is a player in a Game Room.
IS_PRIVATE - Static variable in class sfs2x.client.entities.match.RoomProperties
The Room is private.
IS_SPECTATOR - Static variable in class sfs2x.client.entities.match.UserProperties
The user is a spectator in a Game Room.
IS_TYPE_DEFAULT - Static variable in class sfs2x.client.entities.match.RoomProperties
The Room is of default type on the server-side (i.e. not an MMORoom or SFSGame).
IS_TYPE_MMO - Static variable in class sfs2x.client.entities.match.RoomProperties
The Room is an MMORoom on the server-side.
IS_TYPE_SFSGAME - Static variable in class sfs2x.client.entities.match.RoomProperties
The Room is an SFSGame on the server-side.
isAdmin() - Method in class sfs2x.client.entities.SFSUser
 
isAdmin() - Method in interface sfs2x.client.entities.User
Indicates whether this user logged in as an administrator or not.
isBlocked() - Method in interface sfs2x.client.entities.Buddy
Indicates whether this buddy is blocked in the current user's buddies list or not.
isBlocked() - Method in class sfs2x.client.entities.SFSBuddy
 
isConnected() - Method in interface sfs2x.client.ISmartFox
 
isConnected() - Method in class sfs2x.client.SmartFox
Indicates whether the client is connected to the server or not.
isConnecting() - Method in class sfs2x.client.SmartFox
* API internal usage only *
isDebug() - Method in interface sfs2x.client.ISmartFox
 
isDebug() - Method in class sfs2x.client.SmartFox
Indicates whether the client-server messages debug is enabled or not.
isDebug() - Method in class sfs2x.client.util.ConfigData
Indicates whether the client-server messages debug should be enabled or not.
isEncrypted() - Method in class sfs2x.client.requests.BaseRequest
 
isFloat() - Method in class sfs2x.client.entities.data.Vec3D
Detect whether this object uses floating point numbers or integers
isGame() - Method in interface sfs2x.client.entities.Room
Indicates whether this is a Game Room or not.
isGame() - Method in class sfs2x.client.entities.SFSRoom
 
isGame() - Method in class sfs2x.client.requests.RoomSettings
Indicates whether the Room is a Game Room or not.
isGuest() - Method in class sfs2x.client.entities.SFSUser
 
isGuest() - Method in interface sfs2x.client.entities.User
Indicates whether this user logged in as a guest or not.
isHidden() - Method in interface sfs2x.client.entities.Room
Indicates whether this Room is hidden or not.
isHidden() - Method in class sfs2x.client.entities.SFSRoom
 
isInited() - Method in interface sfs2x.client.entities.managers.IBuddyManager
Indicates whether the client's Buddy List system is initialized or not.
isInited() - Method in class sfs2x.client.entities.managers.SFSBuddyManager
 
isItMe() - Method in class sfs2x.client.entities.SFSUser
 
isItMe() - Method in interface sfs2x.client.entities.User
Indicates if this User object represents the current client.
isJoined() - Method in interface sfs2x.client.entities.Room
Indicates whether the client joined this Room or not.
isJoined() - Method in class sfs2x.client.entities.SFSRoom
 
isJoinedInRoom(Room) - Method in class sfs2x.client.entities.SFSUser
 
isJoinedInRoom(Room) - Method in interface sfs2x.client.entities.User
Indicates whether this user joined the passed Room or not.
isJoining() - Method in class sfs2x.client.SmartFox
* API internal usage only *
isManaged() - Method in interface sfs2x.client.entities.Room
* API internal usage only *
isManaged() - Method in class sfs2x.client.entities.SFSRoom
* API internal usage only *
ISmartFox - Interface in sfs2x.client
 
isModerator() - Method in class sfs2x.client.entities.SFSUser
 
isModerator() - Method in interface sfs2x.client.entities.User
Indicates whether this user logged in as a moderator or not.
isNull() - Method in class sfs2x.client.entities.variables.BaseVariable
Test if a variable is null
isNull() - Method in interface sfs2x.client.entities.variables.Variable
Test if a variable is null
isOffline() - Method in interface sfs2x.client.entities.variables.BuddyVariable
Indicates whether the Buddy Variable is persistent or not.
isOffline() - Method in class sfs2x.client.entities.variables.SFSBuddyVariable
 
isOnline() - Method in interface sfs2x.client.entities.Buddy
Indicates whether this buddy is online in the Buddy List system or not.
isOnline() - Method in class sfs2x.client.entities.SFSBuddy
 
isPasswordProtected() - Method in interface sfs2x.client.entities.Room
Indicates whether this Room requires a password to be joined or not.
isPasswordProtected() - Method in class sfs2x.client.entities.SFSRoom
 
isPersistent() - Method in interface sfs2x.client.entities.variables.RoomVariable
Indicates whether this Room Variable is persistent or not.
isPersistent() - Method in class sfs2x.client.entities.variables.SFSRoomVariable
 
isPlayer() - Method in class sfs2x.client.entities.SFSUser
 
isPlayer() - Method in interface sfs2x.client.entities.User
Indicates whether this user is a player (playerId greater than 0) in the last joined Room or not.
isPlayerInRoom(Room) - Method in class sfs2x.client.entities.SFSUser
 
isPlayerInRoom(Room) - Method in interface sfs2x.client.entities.User
Indicates whether this user is a player (playerId greater than 0) in the passed Room or not.
isPrivate() - Method in interface sfs2x.client.entities.variables.RoomVariable
Indicates whether this Room Variable is private or not.
isPrivate() - Method in class sfs2x.client.entities.variables.SFSRoomVariable
 
isPrivate() - Method in class sfs2x.client.entities.variables.SFSUserVariable
 
isPrivate() - Method in interface sfs2x.client.entities.variables.UserVariable
Indicates whether this User Variable is private or not.
isPublic() - Method in class sfs2x.client.requests.cluster.ClusterRoomSettings
Indicates whether the game is public or private.
isPublic() - Method in class sfs2x.client.requests.game.SFSGameSettings
Indicates whether the game is public or private.
isSendAOIEntryPoint() - Method in class sfs2x.client.requests.mmo.MMORoomSettings
Sets if the users entry points in the current user's Area of Interest should be transmitted in the SFSEvent.PROXIMITY_LIST_UPDATE event.
isSpectator() - Method in class sfs2x.client.entities.SFSUser
 
isSpectator() - Method in interface sfs2x.client.entities.User
Indicates whether this user is a spectator (playerId lower than 0) in the last joined Room or not.
isSpectatorInRoom(Room) - Method in class sfs2x.client.entities.SFSUser
 
isSpectatorInRoom(Room) - Method in interface sfs2x.client.entities.User
Indicates whether this user is a spectator (playerId lower than 0) in the passed Room or not.
isStandardUser() - Method in class sfs2x.client.entities.SFSUser
 
isStandardUser() - Method in interface sfs2x.client.entities.User
Indicates whether this user logged in as a standard user or not.
isTemp() - Method in interface sfs2x.client.entities.Buddy
Indicates whether this buddy is temporary (non-persistent) in the current user's buddies list or not.
isTemp() - Method in class sfs2x.client.entities.SFSBuddy
 
isUdpInited() - Method in class sfs2x.client.SmartFox
Indicates whether the UDP handshake has been performed successfully or not.
isUseBBox() - Method in class sfs2x.client.util.ConfigData
Indicates whether the SmartFoxServer's BlueBox should be enabled or not.
IUserManager - Interface in sfs2x.client.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 
All Classes All Packages