|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IHand | |
---|---|
jrummikub.control.turn | |
jrummikub.model |
Uses of IHand in jrummikub.control.turn |
---|
Fields in jrummikub.control.turn declared as IHand | |
---|---|
private IHand |
ITurnControl.TurnInfo.hand
|
private IHand |
ITurnControl.TurnInfo.oldHand
|
Methods in jrummikub.control.turn that return IHand | |
---|---|
IHand |
ITurnControl.TurnInfo.getHand()
Gets the current player's hand |
IHand |
ITurnControl.TurnInfo.getOldHand()
Gets the current player's hand at the beginning of the turn |
Uses of IHand in jrummikub.model |
---|
Classes in jrummikub.model that implement IHand | |
---|---|
class |
Hand
Class managing a Player 's Stone s |
Fields in jrummikub.model declared as IHand | |
---|---|
private IHand |
Player.hand
|
Methods in jrummikub.model that return IHand | |
---|---|
IHand |
IPlayer.getHand()
Get the current hand of the player |
IHand |
Player.getHand()
|
Methods in jrummikub.model with parameters of type IHand | |
---|---|
void |
IPlayer.setHand(IHand hand)
Set the current hand of the player |
void |
Player.setHand(IHand hand)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |