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.apiMethods in com.smartfoxserver.v2.api with parameters of type CreateRoomSettings Modifier and Type Method Description 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)voidISFSApi. 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.voidISFSApi. 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.voidSFSApi. 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.voidSFSApi. 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.entitiesMethods in com.smartfoxserver.v2.entities with parameters of type CreateRoomSettings Modifier and Type Method Description RoomDefaultRoomFactory. createNewRoom(CreateRoomSettings settings)RoomIRoomFactory. createNewRoom(CreateRoomSettings settings)RoomSFSZone. createRoom(CreateRoomSettings params)Use theSFSApi.createRoom(Zone, CreateRoomSettings, User)method insteadRoomSFSZone. createRoom(CreateRoomSettings params, User user)Use theSFSApi.createRoom(Zone, CreateRoomSettings, User)method insteadRoomZone. createRoom(CreateRoomSettings params)RoomZone. createRoom(CreateRoomSettings params, User user)
- 
Uses of CreateRoomSettings in com.smartfoxserver.v2.gameSubclasses of CreateRoomSettings in com.smartfoxserver.v2.game Modifier and Type Class Description classCreateSFSGameSettingsThis 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 CreateSFSGameSettingsCreateSFSGameSettings. newFromRoomSettings(CreateRoomSettings rSettings)
- 
Uses of CreateRoomSettings in com.smartfoxserver.v2.mmoSubclasses of CreateRoomSettings in com.smartfoxserver.v2.mmo Modifier and Type Class Description classCreateMMORoomSettingsThe MMORoom Settings extends the basic Room Settings adding new functionalities that are unique to an MMORoom.
- 
Uses of CreateRoomSettings in com.smartfoxserver.v2.persistence.roomMethods in com.smartfoxserver.v2.persistence.room that return CreateRoomSettings Modifier and Type Method Description CreateRoomSettingsIRoomStorage. 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
 
-