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