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, wasToldTo
apply, getEvent, isVisibleTo
public 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.