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

Packages that use Intelligence.Trick
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.Trick in inonit.domain.game.card.hearts
 

Methods in inonit.domain.game.card.hearts with parameters of type Intelligence.Trick
 void Intelligence.trickStarting(Intelligence.Trick trick)
          Informs this Intelligence that a trick is about to start, and provides it with a Intelligence.Trick object representing the current trick.
 

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

Methods in inonit.domain.game.card.hearts.ai with parameters of type Intelligence.Trick
 void AbstractIntelligence.trickStarting(Intelligence.Trick trick)
          Updates the Game object, and then invokes trickStartingEvent.