Room |
ISFSGameApi.createGame(Zone zone,
CreateSFSGameSettings settings,
User owner) |
Create an SFSGame Room and automatically update the clients and fire a server event
|
Room |
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 event
|
Room |
SFSGameApi.createGame(Zone zone,
CreateSFSGameSettings settings,
User owner,
boolean fireClientEvent,
boolean fireServerEvent) |
Create an SFSGame Room.
|
Room |
ISFSApi.createRoom(Zone zone,
CreateRoomSettings settings,
User owner) |
Create a new Room
|
Room |
ISFSApi.createRoom(Zone zone,
CreateRoomSettings settings,
User owner,
boolean joinIt,
Room roomToLeave) |
Create a new Room
|
Room |
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 Room
|
Room |
SFSApi.createRoom(Zone zone,
CreateRoomSettings params,
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) |
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.
|