|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 Trick s 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 Trick s which have taken place during this Hand . |
Trick |
Hand.getCurrentTrick()
Returns the current Trick in this Hand . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |