Package | Description |
---|---|
fr.utt.srt.lo02.projet.chatironlagrange.uno | |
fr.utt.srt.lo02.projet.chatironlagrange.uno.carte | |
fr.utt.srt.lo02.projet.chatironlagrange.uno.joueur |
Modifier and Type | Field and Description |
---|---|
static Talon |
Partie.talon |
Modifier and Type | Method and Description |
---|---|
void |
Graphique.update(java.util.LinkedList<CarteUno> m,
Pioche p,
Talon t,
int numero) |
Modifier and Type | Method and Description |
---|---|
boolean |
CarteChiffre.CoupValide(CarteChiffre carteTest,
Talon talon)
Methode qui permet de valider la pose de la carte sur le talon
|
boolean |
CarteInversion.CoupValide(CarteInversion carte,
Talon talon)
Methode qui permet de valider la pose de la carte sur le talon
|
boolean |
CartePlus2.CoupValide(CartePlus2 carte,
Talon talon)
Methode qui permet de valider la pose de la carte sur le talon
|
boolean |
CarteUno.CoupValide(CarteUno carteTest,
Talon talon)
Methode qui permet de valider un coup
|
boolean |
CartePasserTour.CoupValide(CarteUno c,
Talon talon)
Methode qui permet de valider la pose de la carte sur le talon
|
Modifier and Type | Method and Description |
---|---|
void |
Joueur.notifyObserver(Pioche pioche,
Talon talon,
int numero) |
void |
Observer.update(java.util.LinkedList<CarteUno> main,
Pioche pioche,
Talon talon,
int numero) |