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

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

Methods in inonit.domain.game.card.hearts with parameters of type Intelligence.Kitty
 void Intelligence.kittyTaken(Intelligence.Kitty kitty)
          Informs this Intelligence that a player has taken the kitty for this hand.
 

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

Methods in inonit.domain.game.card.hearts.ai with parameters of type Intelligence.Kitty
 void AbstractIntelligence.kittyTaken(Intelligence.Kitty kitty)
          Updates the Game object, and then invokes tookKittyEvent.