public class CardInfoValue extends CardInfo
playerTelling, playerTold, slots| Constructor and Description |
|---|
CardInfoValue(int performer,
int playerId,
int value,
Collection<Integer> slotsList) |
CardInfoValue(int performer,
int playerId,
int value,
Integer... slots) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(GameState state,
int myPlayerID) |
Integer[] |
getSlots() |
int |
getValue() |
String |
toString() |
getPerformer, getPlayerId, getPlayerTold, isUnique, wasToldBy, wasToldToapply, getEvent, isVisibleTopublic CardInfoValue(int performer,
int playerId,
int value,
Collection<Integer> slotsList)
public CardInfoValue(int performer,
int playerId,
int value,
Integer... slots)
Copyright © 2017 FOSS Galaxy. All rights reserved.