Uses of Interface
inonit.domain.game.card.hearts.Intelligence.Hand

Packages that use Intelligence.Hand
inonit.domain.game.card.hearts Classes related to the card game Hearts. 
inonit.domain.game.card.hearts.ai An abstract Intelligence implementation and associated classes which represent current Game state. 
 

Uses of Intelligence.Hand in inonit.domain.game.card.hearts
 

Methods in inonit.domain.game.card.hearts with parameters of type Intelligence.Hand
 void Intelligence.handStarting(Intelligence.Hand hand)
          Informs this Intelligence that a hand has been dealt, and provides it with a Intelligence.Hand object representing the current hand.
 

Uses of Intelligence.Hand in inonit.domain.game.card.hearts.ai
 

Methods in inonit.domain.game.card.hearts.ai with parameters of type Intelligence.Hand
 void AbstractIntelligence.handStarting(Intelligence.Hand hand)
          Updates the Game object, and then invokes handDealtEvent.