Uses of Class
org.ninm.games.cardgames.belot.BelotTrick

Packages that use BelotTrick
org.ninm.games.cardgames.belot This package contains the implementation of the Belot card game 
 

Uses of BelotTrick in org.ninm.games.cardgames.belot
 

Methods in org.ninm.games.cardgames.belot with parameters of type BelotTrick
 boolean StateAdapter.announceTrick(BelotTrick trick)
           
 boolean State.announceTrick(BelotTrick trick)
          tells the engine that a particular player wishes to anounce a trick
 boolean PlayingState.announceTrick(BelotTrick trick)
           
 boolean BelotTrick.beats(BelotTrick other)
          returns true if this trick superseeds the passed in trick (rendering it pointless)
 boolean BelotTrick.conflictsWith(BelotTrick other)
           
 


SourceForge.net Logo