public interface PuzzleGameService extends com.threerings.presents.client.InvocationService, PuzzleCodes
DEBUG_PUZZLE, DEFAULT_DIFFICULTY, PUZZLE_MESSAGE_BUNDLE| Modifier and Type | Method and Description |
|---|---|
void |
updateProgress(int sessionId,
int[] events)
Asks the puzzle manager to apply the supplied progress events for the specified puzzle round
to the player's state.
|
void |
updateProgressSync(int sessionId,
int[] events,
Board[] states)
Debug variant of
updateProgress(int, int[]) that is only used when
PuzzlePanel.isSyncingBoards() is true and which includes the board states associated
with each event. |
void updateProgress(int sessionId,
int[] events)
void updateProgressSync(int sessionId,
int[] events,
Board[] states)
updateProgress(int, int[]) that is only used when
PuzzlePanel.isSyncingBoards() is true and which includes the board states associated
with each event.Copyright © 2015. All rights reserved.