| Modifier and Type | Method and Description |
|---|---|
GameConfig |
LobbyConfig.getGameConfig()
Instantiates and returns a game config instance using the game
config classname provided by the lobby configuration parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LobbyController.invitationCountered(Invitation invite,
GameConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimulatorService.createGame(GameConfig config,
String simClass,
int playerCount)
Requests that a new game be created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SimulatorMarshaller.createGame(GameConfig arg1,
String arg2,
int arg3) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimulatorManager.createGame(com.threerings.crowd.data.BodyObject source,
GameConfig config,
String simClass,
int playerCount)
Creates a game along with the specified number of simulant players and forcibly moves all
players into the game room.
|
void |
SimulatorProvider.createGame(com.threerings.presents.data.ClientObject caller,
GameConfig config,
String simClass,
int playerCount)
Processes a request from the client to create a new game.
|
void |
Simulant.init(com.threerings.crowd.data.BodyObject self,
GameConfig config,
GameManager gmgr,
com.threerings.presents.dobj.DObjectManager omgr)
Initializes the simulant with a body object and the game config for
the game they'll be engaged in.
|
| Constructor and Description |
|---|
CreateGameTask(com.threerings.crowd.data.BodyObject source,
GameConfig config,
String simClass,
int playerCount) |
| Modifier and Type | Field and Description |
|---|---|
GameConfig |
Invitation.config
The configuration of the game to be created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Invitation.counter(GameConfig config,
InvitationResponseObserver observer)
Counters this invitation with an invitation with different game
configuration parameters.
|
void |
TableDirector.createTable(TableConfig tableConfig,
GameConfig config)
Sends a request to create a table with the specified game configuration.
|
void |
TableService.createTable(TableConfig tableConfig,
GameConfig config,
com.threerings.presents.client.InvocationService.ResultListener listener)
Requests that a new table be created.
|
void |
InvitationResponseObserver.invitationCountered(Invitation invite,
GameConfig config)
Called if the invitation was countered with an alternate game
configuration.
|
Invitation |
ParlorDirector.invite(com.threerings.util.Name invitee,
GameConfig config,
InvitationResponseObserver observer)
Requests that the named user be invited to a game described by the supplied game config.
|
void |
ParlorService.invite(com.threerings.util.Name invitee,
GameConfig config,
ParlorService.InviteListener listener)
You probably don't want to call this directly, but want to generate your invitation request
via
ParlorDirector.invite(com.threerings.util.Name, com.threerings.parlor.game.data.GameConfig, com.threerings.parlor.client.InvitationResponseObserver). |
void |
ParlorReceiver.receivedInvite(int remoteId,
com.threerings.util.Name inviter,
GameConfig config)
Called by the invocation services when another user has invited us
to play a game.
|
void |
ParlorDirector.receivedInvite(int remoteId,
com.threerings.util.Name inviter,
GameConfig config) |
void |
ParlorService.startSolitaire(GameConfig config,
com.threerings.presents.client.InvocationService.ConfirmListener listener)
Requests to start a single player game with the specified game configuration.
|
void |
ParlorDirector.startSolitaire(GameConfig config,
com.threerings.presents.client.InvocationService.ConfirmListener listener)
Requests that the specified single player game be started.
|
| Constructor and Description |
|---|
Invitation(ParlorContext ctx,
ParlorService pservice,
com.threerings.util.Name opponent,
GameConfig config,
InvitationResponseObserver observer)
Constructs a new invitation record.
|
| Modifier and Type | Field and Description |
|---|---|
GameConfig |
Table.config
The game config for the game that is being matchmade.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableMarshaller.createTable(TableConfig arg1,
GameConfig arg2,
com.threerings.presents.client.InvocationService.ResultListener arg3) |
void |
Table.init(int lobbyOid,
TableConfig tconfig,
GameConfig config)
Initializes a new table instance, and assigns it the next monotonically increasing table id.
|
void |
ParlorMarshaller.invite(com.threerings.util.Name arg1,
GameConfig arg2,
ParlorService.InviteListener arg3) |
void |
ParlorMarshaller.startSolitaire(GameConfig arg1,
com.threerings.presents.client.InvocationService.ConfirmListener arg2) |
| Modifier and Type | Method and Description |
|---|---|
GameConfig |
GameConfigurator.getGameConfig()
Obtains a configured game configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GameConfigurator.setGameConfig(GameConfig config)
Provides this configurator with its configuration.
|
| Modifier and Type | Method and Description |
|---|---|
GameConfig |
GameConfig.clone() |
| Modifier and Type | Method and Description |
|---|---|
GameConfig |
GameManager.getGameConfig()
Returns the configuration object for the game being managed by this manager.
|
| Modifier and Type | Method and Description |
|---|---|
Table |
TableManager.createTable(com.threerings.crowd.data.BodyObject creator,
TableConfig tableConfig,
GameConfig config)
Creates a table for the specified creator and returns said table.
|
void |
TableProvider.createTable(com.threerings.presents.data.ClientObject caller,
TableConfig arg1,
GameConfig arg2,
com.threerings.presents.client.InvocationService.ResultListener arg3)
|
void |
TableManager.createTable(com.threerings.presents.data.ClientObject caller,
TableConfig tableConfig,
GameConfig config,
com.threerings.presents.client.InvocationService.ResultListener listener) |
int |
ParlorManager.invite(com.threerings.crowd.data.BodyObject inviter,
com.threerings.crowd.data.BodyObject invitee,
GameConfig config)
Issues an invitation from the
inviter to the invitee for a game as
described by the supplied config object. |
void |
ParlorProvider.invite(com.threerings.presents.data.ClientObject caller,
com.threerings.util.Name arg1,
GameConfig arg2,
ParlorService.InviteListener arg3)
|
void |
ParlorManager.invite(com.threerings.presents.data.ClientObject caller,
com.threerings.util.Name invitee,
GameConfig config,
ParlorService.InviteListener listener) |
static void |
ParlorSender.sendInvite(com.threerings.presents.data.ClientObject target,
int arg1,
com.threerings.util.Name arg2,
GameConfig arg3)
Issues a notification that will result in a call to
ParlorReceiver.receivedInvite(int, com.threerings.util.Name, com.threerings.parlor.game.data.GameConfig) on a client. |
void |
ParlorProvider.startSolitaire(com.threerings.presents.data.ClientObject caller,
GameConfig arg1,
com.threerings.presents.client.InvocationService.ConfirmListener arg2)
|
void |
ParlorManager.startSolitaire(com.threerings.presents.data.ClientObject caller,
GameConfig config,
com.threerings.presents.client.InvocationService.ConfirmListener listener) |
| Modifier and Type | Method and Description |
|---|---|
void |
PuzzlePanel.init(GameConfig config)
Initializes the puzzle panel with the puzzle config of the puzzle whose user interface is
being displayed by the panel
|
void |
PuzzleBoardView.init(GameConfig config)
Initializes the board with the board dimensions.
|
void |
PlayerStatusView.init(GameConfig config)
Initializes the player status view with the puzzle config.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DropBoardView.init(GameConfig config)
Initializes the board with the board dimensions.
|
Copyright © 2015. All rights reserved.