public interface TrickCardGameService
extends com.threerings.presents.client.InvocationService
| Modifier and Type | Method and Description |
|---|---|
void |
playCard(Card card,
int handSize)
Plays a card in the trick.
|
void |
requestRematch()
A request for a rematch.
|
void |
sendCardsToPlayer(int toidx,
Card[] cards)
Sends a group of cards to the player at the specified index.
|
void sendCardsToPlayer(int toidx,
Card[] cards)
toidx - the index of the player to send the cards tocards - the cards to sendvoid playCard(Card card, int handSize)
card - the card to playhandSize - the size of the player's hand, which is used to verify
that the request is for the current trickvoid requestRematch()
Copyright © 2015. All rights reserved.