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 voidISFSBuddyApi. 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.voidSFSBuddyApi. 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.RoomISFSGameApi. createGame(Zone zone, CreateSFSGameSettings settings, User owner)Create an SFSGame Room and automatically update the clients and fire a server eventRoomISFSGameApi. createGame(Zone zone, CreateSFSGameSettings settings, User owner, boolean fireClientEvent, boolean fireServerEvent)Create an SFSGame Room.RoomSFSGameApi. createGame(Zone zone, CreateSFSGameSettings settings, User owner)Create an SFSGame Room and automatically update the clients and fire a server eventRoomSFSGameApi. createGame(Zone zone, CreateSFSGameSettings settings, User owner, boolean fireClientEvent, boolean fireServerEvent)Create an SFSGame Room.UserISFSApi. createNPC(java.lang.String userName, Zone zone, boolean forceLogin)Create connection-less NPC (Non-Player Character).UserSFSApi. createNPC(java.lang.String userName, Zone zone, boolean forceLogin)Create connection-less NPC (Non-Player Character).RoomISFSApi. createRoom(Zone zone, CreateRoomSettings settings, User owner)Create a new RoomRoomISFSApi. createRoom(Zone zone, CreateRoomSettings settings, User owner, boolean joinIt, Room roomToLeave)Create a new RoomRoomISFSApi. createRoom(Zone zone, CreateRoomSettings settings, User owner, boolean joinIt, Room roomToLeave, boolean fireClientEvent, boolean fireServerEvent)RoomSFSApi. createRoom(Zone zone, CreateRoomSettings params, User owner)Create a new RoomRoomSFSApi. createRoom(Zone zone, CreateRoomSettings params, User owner, boolean joinIt, Room roomToLeave)Create a new RoomRoomSFSApi. createRoom(Zone zone, CreateRoomSettings params, User owner, boolean joinIt, Room roomToLeave, boolean fireClientEvent, boolean fireServerEvent)RoomISFSGameApi. quickJoinGame(User player, MatchExpression expression, Zone zone, java.lang.String groupId)Quick join a User in an SFSGame.RoomISFSGameApi. quickJoinGame(User player, MatchExpression expression, Zone zone, java.lang.String groupId, Room roomToLeave)Quick join a User in an SFSGame.RoomSFSGameApi. quickJoinGame(User player, MatchExpression expression, Zone zone, java.lang.String groupId)Quick join a User in an SFSGame.RoomSFSGameApi. quickJoinGame(User player, MatchExpression expression, Zone zone, java.lang.String groupId, Room roomToLeave)Quick join a User in an SFSGame.voidISFSBuddyApi. 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.voidSFSBuddyApi. 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 ZoneSFSBuddyListManager. zoneMethods in com.smartfoxserver.v2.buddylist that return Zone Modifier and Type Method Description ZoneBuddyListManager. getZone()Get the parent ZoneZoneSFSBuddyListManager. 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 booleanLogin. customLogin(ISFSObject sfso, com.smartfoxserver.bitswarm.io.IRequest request, Zone zone)protected voidLogin. validateEncryptionStatus(ISession sender, com.smartfoxserver.bitswarm.io.IRequest request, Zone zone)protected voidLogin. 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 ZoneBaseDBManager. parentZone -
Uses of Zone in com.smartfoxserver.v2.entities
Classes in com.smartfoxserver.v2.entities that implement Zone Modifier and Type Class Description classSFSZoneOverviewMethods in com.smartfoxserver.v2.entities that return Zone Modifier and Type Method Description ZoneRoom. getZone()Get the Zone managing this Room.ZoneSFSRoom. getZone()Get the Zone managing this Room.ZoneSFSUser. getZone()ZoneUser. 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 voidRoom. setZone(Zone zone)voidSFSRoom. setZone(Zone zone)voidSFSUser. setZone(Zone currentZone)voidUser. 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 ZoneBaseSFSExtension. getParentZone()Return the parent Zone of the Extension.ZoneISFSExtension. getParentZone()Return the parent Zone of the Extension.Methods in com.smartfoxserver.v2.extensions with parameters of type Zone Modifier and Type Method Description voidBaseSFSExtension. setParentZone(Zone zone)voidISFSExtension. 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 voidIRoomStorage. init(Zone zone, BaseStorageConfig cfg)Invoked once after the class is instantiated, it provides the reference to the current Zone and the custom configurator
-