Uses of Interface
com.smartfoxserver.v2.entities.Zone
-
-
Uses of Zone in com.smartfoxserver.v2.api
Methods in com.smartfoxserver.v2.api with parameters of type Zone Modifier and Type Method Description void
ISFSBuddyApi. addBuddy(Zone zone, java.lang.String ownerName, java.lang.String buddyName, boolean isTemp, boolean fireClientEvent, boolean fireServerEvent)
Adds a buddy to the User's buddy list even if the User is not online at the moment This feature is not implemented yet.void
SFSBuddyApi. addBuddy(Zone zone, java.lang.String ownerName, java.lang.String buddyName, boolean isTemp, boolean fireClientEvent, boolean fireServerEvent)
Adds a buddy to the User's buddy list even if the User is not online at the moment This feature is not implemented yet.Room
ISFSGameApi. createGame(Zone zone, CreateSFSGameSettings settings, User owner)
Create an SFSGame Room and automatically update the clients and fire a server eventRoom
ISFSGameApi. createGame(Zone zone, CreateSFSGameSettings settings, User owner, boolean fireClientEvent, boolean fireServerEvent)
Create an SFSGame Room.Room
SFSGameApi. createGame(Zone zone, CreateSFSGameSettings settings, User owner)
Create an SFSGame Room and automatically update the clients and fire a server eventRoom
SFSGameApi. createGame(Zone zone, CreateSFSGameSettings settings, User owner, boolean fireClientEvent, boolean fireServerEvent)
Create an SFSGame Room.User
ISFSApi. createNPC(java.lang.String userName, Zone zone, boolean forceLogin)
Create connection-less NPC (Non-Player Character).User
SFSApi. createNPC(java.lang.String userName, Zone zone, boolean forceLogin)
Create connection-less NPC (Non-Player Character).Room
ISFSApi. createRoom(Zone zone, CreateRoomSettings settings, User owner)
Create a new RoomRoom
ISFSApi. createRoom(Zone zone, CreateRoomSettings settings, User owner, boolean joinIt, Room roomToLeave)
Create a new RoomRoom
ISFSApi. createRoom(Zone zone, CreateRoomSettings settings, User owner, boolean joinIt, Room roomToLeave, boolean fireClientEvent, boolean fireServerEvent)
Room
SFSApi. createRoom(Zone zone, CreateRoomSettings params, User owner)
Create a new RoomRoom
SFSApi. createRoom(Zone zone, CreateRoomSettings params, User owner, boolean joinIt, Room roomToLeave)
Create a new RoomRoom
SFSApi. createRoom(Zone zone, CreateRoomSettings params, User owner, boolean joinIt, Room roomToLeave, boolean fireClientEvent, boolean fireServerEvent)
Room
ISFSGameApi. quickJoinGame(User player, MatchExpression expression, Zone zone, java.lang.String groupId)
Quick join a User in an SFSGame.Room
ISFSGameApi. quickJoinGame(User player, MatchExpression expression, Zone zone, java.lang.String groupId, Room roomToLeave)
Quick join a User in an SFSGame.Room
SFSGameApi. quickJoinGame(User player, MatchExpression expression, Zone zone, java.lang.String groupId)
Quick join a User in an SFSGame.Room
SFSGameApi. quickJoinGame(User player, MatchExpression expression, Zone zone, java.lang.String groupId, Room roomToLeave)
Quick join a User in an SFSGame.void
ISFSBuddyApi. removeBuddy(Zone zone, java.lang.String ownerName, java.lang.String buddyName, boolean fireClientEvent, boolean fireServerEvent)
Removes a Buddy from the owner's BuddyList even if the User is not online at the moment This feature is not implemented yet.void
SFSBuddyApi. removeBuddy(Zone zone, java.lang.String ownerName, java.lang.String buddyName, boolean fireClientEvent, boolean fireServerEvent)
-
Uses of Zone in com.smartfoxserver.v2.buddylist
Fields in com.smartfoxserver.v2.buddylist declared as Zone Modifier and Type Field Description protected Zone
SFSBuddyListManager. zone
Methods in com.smartfoxserver.v2.buddylist that return Zone Modifier and Type Method Description Zone
BuddyListManager. getZone()
Get the parent ZoneZone
SFSBuddyListManager. getZone()
Get the parent ZoneConstructors in com.smartfoxserver.v2.buddylist with parameters of type Zone Constructor Description SFSBuddyListManager(Zone parentZone, boolean isActive)
-
Uses of Zone in com.smartfoxserver.v2.controllers.filter
Constructors in com.smartfoxserver.v2.controllers.filter with parameters of type Zone Constructor Description ReadOnlyUserVariablesFilter(Zone zone)
Builds an empty filter.ReadOnlyUserVariablesFilter(Zone zone, java.util.List<java.lang.String> varNames)
Builds a new filter with a list of read-only User Variables names. -
Uses of Zone in com.smartfoxserver.v2.controllers.system
Methods in com.smartfoxserver.v2.controllers.system with parameters of type Zone Modifier and Type Method Description protected boolean
Login. customLogin(ISFSObject sfso, com.smartfoxserver.bitswarm.io.IRequest request, Zone zone)
protected void
Login. validateEncryptionStatus(ISession sender, com.smartfoxserver.bitswarm.io.IRequest request, Zone zone)
protected void
Login. validateLoginErrors(ISession session, Zone zone)
-
Uses of Zone in com.smartfoxserver.v2.db
Fields in com.smartfoxserver.v2.db declared as Zone Modifier and Type Field Description protected Zone
BaseDBManager. parentZone
-
Uses of Zone in com.smartfoxserver.v2.entities
Classes in com.smartfoxserver.v2.entities that implement Zone Modifier and Type Class Description class
SFSZone
OverviewMethods in com.smartfoxserver.v2.entities that return Zone Modifier and Type Method Description Zone
Room. getZone()
Get the Zone managing this Room.Zone
SFSRoom. getZone()
Get the Zone managing this Room.Zone
SFSUser. getZone()
Zone
User. getZone()
Get the Zone where the User is currently logged inMethods in com.smartfoxserver.v2.entities with parameters of type Zone Modifier and Type Method Description void
Room. setZone(Zone zone)
void
SFSRoom. setZone(Zone zone)
void
SFSUser. setZone(Zone currentZone)
void
User. setZone(Zone zone)
Constructors in com.smartfoxserver.v2.entities with parameters of type Zone Constructor Description LoginFinalizer(Zone zone)
-
Uses of Zone in com.smartfoxserver.v2.extensions
Methods in com.smartfoxserver.v2.extensions that return Zone Modifier and Type Method Description Zone
BaseSFSExtension. getParentZone()
Return the parent Zone of the Extension.Zone
ISFSExtension. getParentZone()
Return the parent Zone of the Extension.Methods in com.smartfoxserver.v2.extensions with parameters of type Zone Modifier and Type Method Description void
BaseSFSExtension. setParentZone(Zone zone)
void
ISFSExtension. setParentZone(Zone zone)
-
Uses of Zone in com.smartfoxserver.v2.persistence.room
Methods in com.smartfoxserver.v2.persistence.room with parameters of type Zone Modifier and Type Method Description void
IRoomStorage. init(Zone zone, BaseStorageConfig cfg)
Invoked once after the class is instantiated, it provides the reference to the current Zone and the custom configurator
-