public class CardReceived extends GameEvent
| Constructor and Description |
|---|
CardReceived(int playerId,
int slotId,
boolean received) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(GameState state,
int myPlayerID) |
int |
getPlayerId() |
int |
getSlotId() |
boolean |
isReceived() |
boolean |
isVisibleTo(int playerID) |
public boolean isReceived()
public int getPlayerId()
public int getSlotId()
public boolean isVisibleTo(int playerID)
isVisibleTo in class GameEventCopyright © 2017 FOSS Galaxy. All rights reserved.