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