|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Board | |
|---|---|
| jagafa | |
| jagafa.object | |
| jagafa.rule | |
| jagafa.stats | |
| jagafa.view | |
| Uses of Board in jagafa |
|---|
| Methods in jagafa that return Board | |
|---|---|
Board |
JassRoundCore.activeBoard()
Returns the active Board |
| Methods in jagafa with parameters of type Board | |
|---|---|
protected int |
JassRoundCore.getScore(Board board)
Counts the score on a board |
protected Player |
JassRoundCore.getWinner(Board board)
Returns the winning Player of the board given |
| Uses of Board in jagafa.object |
|---|
| Methods in jagafa.object that return Board | |
|---|---|
Board |
GoneCardHeap.getBoard(int turnNr)
|
| Methods in jagafa.object with parameters of type Board | |
|---|---|
void |
GoneCardHeap.addTurn(Board b,
Player winner)
Adds the turn to the GoneCardHeap |
Card |
GoneCardHeap.getPlayedCard(Player player,
Board b)
Get the card a specific Player played on a specific Board |
boolean |
GoneCardHeap.hasPlayedColorIn(Player player,
Board board)
|
| Constructors in jagafa.object with parameters of type Board | |
|---|---|
Board(Board b)
Copy Constructor: Init the board and init playerList |
|
| Uses of Board in jagafa.rule |
|---|
| Methods in jagafa.rule with parameters of type Board | |
|---|---|
boolean |
CoiffeurRules.compareHigher(Card c1,
Board b)
|
boolean |
KijRules.compareHigher(Card c1,
Board board)
|
boolean |
ObenRules.compareHigher(Card c1,
Board b)
|
boolean |
RuleSet.compareHigher(Card c1,
Board b)
Check wether a card beats all the cards on a board given |
boolean |
SlalomObenStartRules.compareHigher(Card c1,
Board b)
|
boolean |
TrumpfRules.compareHigher(Card c1,
Board board)
|
boolean |
UntenRules.compareHigher(Card c1,
Board b)
|
int |
CoiffeurRules.getColorRank(Card c,
Board b)
|
int |
KijRules.getColorRank(Card c,
Board b)
|
int |
ObenRules.getColorRank(Card c,
Board b)
|
int |
RuleSet.getColorRank(Card c,
Board b)
Liefert den internen Wert der Farbe der Karte bei gegebenem Board |
int |
SlalomObenStartRules.getColorRank(Card c,
Board b)
|
int |
TrumpfRules.getColorRank(Card c,
Board b)
|
int |
UntenRules.getColorRank(Card c,
Board b)
|
int |
CoiffeurRules.getPower(Card c,
Board b)
|
int |
KijRules.getPower(Card c,
Board b)
|
int |
ObenRules.getPower(Card c,
Board b)
|
int |
RuleSet.getPower(Card c,
Board b)
Liefert den Wert der Karte relativ zum liegenden Board |
int |
SlalomObenStartRules.getPower(Card c,
Board b)
|
int |
TrumpfRules.getPower(Card c,
Board b)
|
int |
UntenRules.getPower(Card c,
Board b)
|
int |
CoiffeurRules.getValueRank(Card c,
Board b)
|
int |
KijRules.getValueRank(Card c,
Board b)
|
int |
ObenRules.getValueRank(Card c,
Board b)
|
int |
RuleSet.getValueRank(Card c,
Board b)
Liefert den internen Wert des Wertes der Karte bei gegebenem Board |
int |
SlalomObenStartRules.getValueRank(Card c,
Board b)
|
int |
TrumpfRules.getValueRank(Card c,
Board b)
|
int |
UntenRules.getValueRank(Card c,
Board b)
|
boolean |
CoiffeurRules.isValid(Card cardToCheck,
Hand hand,
Board board)
|
boolean |
KijRules.isValid(Card cardToCheck,
Hand hand,
Board board)
|
boolean |
ObenRules.isValid(Card cardToCheck,
Hand hand,
Board board)
|
boolean |
RuleSet.isValid(Card c,
Hand h,
Board b)
Prüft die Gültigkeit der Karte bei gegebenem Board und Hand |
boolean |
SlalomObenStartRules.isValid(Card cardToCheck,
Hand hand,
Board board)
|
boolean |
TrumpfRules.isValid(Card cardToCheck,
Hand hand,
Board board)
|
boolean |
UntenRules.isValid(Card cardToCheck,
Hand hand,
Board board)
|
| Uses of Board in jagafa.stats |
|---|
| Methods in jagafa.stats with parameters of type Board | |
|---|---|
static CardList |
CardTool.getValidCards(Hand hand,
Board board,
RuleSet rules)
Get all Valid Cards out of the Hand for the board with the Ruleset specified |
| Uses of Board in jagafa.view |
|---|
| Methods in jagafa.view with parameters of type Board | |
|---|---|
void |
BoardPanel.updateBoardUI(Board board)
Reset the CardButtons to the buttons in the Board given |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||