public class CardDrawn extends GameEvent
| Constructor and Description |
|---|
CardDrawn(int playerId,
int slotId,
CardColour colour,
int cardValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(GameState state,
int myPlayerID) |
boolean |
isVisibleTo(int playerID) |
String |
toString() |
public CardDrawn(int playerId,
int slotId,
CardColour colour,
int cardValue)
Copyright © 2017 FOSS Galaxy. All rights reserved.