public class CardGameSender
extends com.threerings.presents.server.InvocationSender
CardGameReceiver instance on a
client.| Constructor and Description |
|---|
CardGameSender() |
| Modifier and Type | Method and Description |
|---|---|
static void |
cardsTransferredBetweenPlayers(com.threerings.presents.data.ClientObject target,
int arg1,
int arg2,
int arg3)
Issues a notification that will result in a call to
CardGameReceiver.cardsTransferredBetweenPlayers(int, int, int) on a client. |
static void |
sendCardsFromPlayer(com.threerings.presents.data.ClientObject target,
int arg1,
Card[] arg2)
Issues a notification that will result in a call to
CardGameReceiver.receivedCardsFromPlayer(int, com.threerings.parlor.card.data.Card[]) on a client. |
static void |
sendHand(com.threerings.presents.data.ClientObject target,
int arg1,
Hand arg2)
Issues a notification that will result in a call to
CardGameReceiver.receivedHand(int, com.threerings.parlor.card.data.Hand) on a client. |
static void |
sentCardsToPlayer(com.threerings.presents.data.ClientObject target,
int arg1,
Card[] arg2)
Issues a notification that will result in a call to
CardGameReceiver.sentCardsToPlayer(int, com.threerings.parlor.card.data.Card[]) on a client. |
public static void cardsTransferredBetweenPlayers(com.threerings.presents.data.ClientObject target,
int arg1,
int arg2,
int arg3)
CardGameReceiver.cardsTransferredBetweenPlayers(int, int, int) on a client.public static void sendCardsFromPlayer(com.threerings.presents.data.ClientObject target,
int arg1,
Card[] arg2)
CardGameReceiver.receivedCardsFromPlayer(int, com.threerings.parlor.card.data.Card[]) on a client.public static void sendHand(com.threerings.presents.data.ClientObject target,
int arg1,
Hand arg2)
CardGameReceiver.receivedHand(int, com.threerings.parlor.card.data.Hand) on a client.public static void sentCardsToPlayer(com.threerings.presents.data.ClientObject target,
int arg1,
Card[] arg2)
CardGameReceiver.sentCardsToPlayer(int, com.threerings.parlor.card.data.Card[]) on a client.Copyright © 2015. All rights reserved.