Uses of Class
jagafa.object.Hand

Packages that use Hand
jagafa.object   
jagafa.rule   
jagafa.stats   
jagafa.view   
jagafa.view.newui   
 

Uses of Hand in jagafa.object
 

Methods in jagafa.object that return Hand
 Hand Player.getHand()
          Get the players hand object
 

Uses of Hand in jagafa.rule
 

Methods in jagafa.rule with parameters of type Hand
 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 Hand in jagafa.stats
 

Methods in jagafa.stats with parameters of type Hand
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 Hand in jagafa.view
 

Methods in jagafa.view with parameters of type Hand
 void HandPanel.updateHandUI(Hand h)
          Update the panel with the cards in the hand given
 

Uses of Hand in jagafa.view.newui
 

Methods in jagafa.view.newui with parameters of type Hand
 void JassRoundPanel.updateHandPanel(Hand hand, int i)
           
 



Copyright 2005 MA Software. All Rights Reserved.