|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bid | |
org.ninm.games.cardgames | This package contains all the interfaces for a card game. |
org.ninm.games.cardgames.belot | This package contains the implementation of the Belot card game |
org.ninm.games.cardgames.common | Common classes and utilties used by card games. |
Uses of Bid in org.ninm.games.cardgames |
Methods in org.ninm.games.cardgames with parameters of type Bid | |
boolean |
Engine.bidMade(Player player,
Bid bid)
indicates a bid has been made by a particluar player |
Uses of Bid in org.ninm.games.cardgames.belot |
Classes in org.ninm.games.cardgames.belot that implement Bid | |
class |
BelotBid
this is the bid which a belot game would use |
Methods in org.ninm.games.cardgames.belot with parameters of type Bid | |
boolean |
BelotEngine.bidMade(Player player,
Bid bid)
|
Uses of Bid in org.ninm.games.cardgames.common |
Methods in org.ninm.games.cardgames.common with parameters of type Bid | |
boolean |
AbstractEngine.bidMade(Player player,
Bid bid)
this implementation just checks weather the player making the anouncement is the currant player and weather the trick is one of the allowed tricks. |
protected boolean |
AbstractEngine.isAllowedBid(Bid bid)
a helper method used to determine if the passed in bid is one of the allowed bid |
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |