|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectDistributoreCarte
public class DistributoreCarte
Alla fine del turno di ogni giocatore, ad esso gli viene data una carta se durante la fase di attacco (o quella di difesa del turno precedente) ha conquistato almeno un territorio.
| Constructor Summary | |
|---|---|
DistributoreCarte()
|
|
| Method Summary | |
|---|---|
static boolean |
daiCarta(Giocatore g)
Distribuisce una carta a un giocatore che abbia conquistato almeno un territorio durante il suo turno di attacco (o il precedente turno di difesa). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DistributoreCarte()
| Method Detail |
|---|
public static boolean daiCarta(Giocatore g)
g - Giocatore al quale dare la carta
true se al giocatore viene data
una carta
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||