Package | Description |
---|---|
com.smartfoxserver.v2.api | |
com.smartfoxserver.v2.entities | |
com.smartfoxserver.v2.game | |
com.smartfoxserver.v2.mmo | |
com.smartfoxserver.v2.persistence.room |
Modifier and Type | Method and Description |
---|---|
Room |
SFSApi.createRoom(Zone zone,
CreateRoomSettings params,
User owner)
Create a new Room
|
Room |
ISFSApi.createRoom(Zone zone,
CreateRoomSettings settings,
User owner)
Create a new Room
|
Room |
SFSApi.createRoom(Zone zone,
CreateRoomSettings params,
User owner,
boolean joinIt,
Room roomToLeave)
Create a new Room
|
Room |
ISFSApi.createRoom(Zone zone,
CreateRoomSettings settings,
User owner,
boolean joinIt,
Room roomToLeave)
Create a new Room
|
Room |
SFSApi.createRoom(Zone zone,
CreateRoomSettings params,
User owner,
boolean joinIt,
Room roomToLeave,
boolean fireClientEvent,
boolean fireServerEvent) |
Room |
ISFSApi.createRoom(Zone zone,
CreateRoomSettings settings,
User owner,
boolean joinIt,
Room roomToLeave,
boolean fireClientEvent,
boolean fireServerEvent) |
Modifier and Type | Method and Description |
---|---|
Room |
IRoomFactory.createNewRoom(CreateRoomSettings settings) |
Room |
DefaultRoomFactory.createNewRoom(CreateRoomSettings settings) |
Room |
Zone.createRoom(CreateRoomSettings params) |
Room |
SFSZone.createRoom(CreateRoomSettings params)
Use the
SFSApi.createRoom(Zone, CreateRoomSettings, User) method instead |
Room |
Zone.createRoom(CreateRoomSettings params,
User user) |
Room |
SFSZone.createRoom(CreateRoomSettings params,
User user)
Use the
SFSApi.createRoom(Zone, CreateRoomSettings, User) method instead |
Modifier and Type | Class and Description |
---|---|
class |
CreateSFSGameSettings
This class provides all the settings required to create an SFSGame.
|
Modifier and Type | Method and Description |
---|---|
static CreateSFSGameSettings |
CreateSFSGameSettings.newFromRoomSettings(CreateRoomSettings rSettings) |
Modifier and Type | Class and Description |
---|---|
class |
CreateMMORoomSettings
The MMORoom Settings extends the basic Room Settings adding new functionalities that are unique to an MMORoom.
|
Modifier and Type | Method and Description |
---|---|
CreateRoomSettings |
IRoomStorage.loadRoom(java.lang.String name)
Loads the setting of a previously saved Room
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CreateRoomSettings> |
IRoomStorage.loadAllRooms()
Load all stored Rooms for this Zone
|
java.util.List<CreateRoomSettings> |
IRoomStorage.loadAllRooms(java.lang.String groupId)
Load all Rooms belonging to a specific Room Group
|