Uses of Class
com.smartfoxserver.v2.api.CreateRoomSettings
-
Packages that use CreateRoomSettings Package Description com.smartfoxserver.v2.api com.smartfoxserver.v2.entities com.smartfoxserver.v2.game com.smartfoxserver.v2.mmo com.smartfoxserver.v2.persistence.room -
-
Uses of CreateRoomSettings in com.smartfoxserver.v2.api
Methods in com.smartfoxserver.v2.api with parameters of type CreateRoomSettings Modifier and Type Method Description 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)
void
ISFSApi. quickJoinOrCreateRoom(User user, MatchExpression expression, java.util.Collection<java.lang.String> groupList, CreateRoomSettings settings)
Searches for a Room that matches the provided MatchExpression and joins the User in the first occurrence found.void
ISFSApi. quickJoinOrCreateRoom(User user, MatchExpression expression, java.util.Collection<java.lang.String> groupList, CreateRoomSettings settings, Room roomToLeave)
Searches for a Room that matches the provided MatchExpression and joins the User in the first occurrence found.void
SFSApi. quickJoinOrCreateRoom(User user, MatchExpression expression, java.util.Collection<java.lang.String> groupList, CreateRoomSettings settings)
Searches for a Room that matches the provided MatchExpression and joins the User in the first occurrence found.void
SFSApi. quickJoinOrCreateRoom(User user, MatchExpression expression, java.util.Collection<java.lang.String> groupList, CreateRoomSettings settings, Room roomToLeave)
Searches for a Room that matches the provided MatchExpression and joins the User in the first occurrence found. -
Uses of CreateRoomSettings in com.smartfoxserver.v2.entities
Methods in com.smartfoxserver.v2.entities with parameters of type CreateRoomSettings Modifier and Type Method Description Room
DefaultRoomFactory. createNewRoom(CreateRoomSettings settings)
Room
IRoomFactory. createNewRoom(CreateRoomSettings settings)
Room
SFSZone. createRoom(CreateRoomSettings params)
Use theSFSApi.createRoom(Zone, CreateRoomSettings, User)
method insteadRoom
SFSZone. createRoom(CreateRoomSettings params, User user)
Use theSFSApi.createRoom(Zone, CreateRoomSettings, User)
method insteadRoom
Zone. createRoom(CreateRoomSettings params)
Room
Zone. createRoom(CreateRoomSettings params, User user)
-
Uses of CreateRoomSettings in com.smartfoxserver.v2.game
Subclasses of CreateRoomSettings in com.smartfoxserver.v2.game Modifier and Type Class Description class
CreateSFSGameSettings
This class provides all the settings required to create an SFSGame.Methods in com.smartfoxserver.v2.game with parameters of type CreateRoomSettings Modifier and Type Method Description static CreateSFSGameSettings
CreateSFSGameSettings. newFromRoomSettings(CreateRoomSettings rSettings)
-
Uses of CreateRoomSettings in com.smartfoxserver.v2.mmo
Subclasses of CreateRoomSettings in com.smartfoxserver.v2.mmo Modifier and Type Class Description class
CreateMMORoomSettings
The MMORoom Settings extends the basic Room Settings adding new functionalities that are unique to an MMORoom. -
Uses of CreateRoomSettings in com.smartfoxserver.v2.persistence.room
Methods in com.smartfoxserver.v2.persistence.room that return CreateRoomSettings Modifier and Type Method Description CreateRoomSettings
IRoomStorage. loadRoom(java.lang.String name)
Loads the setting of a previously saved RoomMethods in com.smartfoxserver.v2.persistence.room that return types with arguments of type CreateRoomSettings Modifier and Type Method Description java.util.List<CreateRoomSettings>
IRoomStorage. loadAllRooms()
Load all stored Rooms for this Zonejava.util.List<CreateRoomSettings>
IRoomStorage. loadAllRooms(java.lang.String groupId)
Load all Rooms belonging to a specific Room Group
-