Uses of Class
inonit.domain.game.card.hearts.ai.Trick

Packages that use Trick
inonit.domain.game.card.hearts.ai An abstract Intelligence implementation and associated classes which represent current Game state. 
 

Uses of Trick in inonit.domain.game.card.hearts.ai
 

Methods in inonit.domain.game.card.hearts.ai that return Trick
protected  Trick[] AbstractIntelligence.getTricks()
          Returns an array of objects representing of the previous Tricks in this hand, not including the current Trick.
protected  Trick AbstractIntelligence.getTrick()
          Returns an object representing the current Trick.
 Trick[] Hand.getPreviousTricks()
          Returns the previous Tricks which have taken place during this Hand.
 Trick Hand.getCurrentTrick()
          Returns the current Trick in this Hand.