public class SendCardsEvent extends GameEvent implements java.io.Serializable
An event to send cards to players. It is mostly sent when the game starts,
but also during the game in some cases.
Then event itself reports a list of cards that can be retrieved with the
getCards()
method.
jpleal@fc.up.pt
Constructor and Description |
---|
SendCardsEvent() |
SendCardsEvent(java.lang.String gameId,
java.util.List<Card> cards) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Card> |
getCards() |