summaryrefslogtreecommitdiffstats
path: root/src/jrummikub/model/IPlayer.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/jrummikub/model/IPlayer.java')
-rw-r--r--src/jrummikub/model/IPlayer.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/jrummikub/model/IPlayer.java b/src/jrummikub/model/IPlayer.java
index 0545352..03b5da4 100644
--- a/src/jrummikub/model/IPlayer.java
+++ b/src/jrummikub/model/IPlayer.java
@@ -13,6 +13,13 @@ public interface IPlayer {
public IHand getHand();
/**
+ * Set the current hand of the player
+ *
+ * @param hand the new hand
+ */
+ public void setHand(IHand hand);
+
+ /**
* Has the player laid out yet?
*
* @return if the player has laid out