summaryrefslogtreecommitdiffstats
path: root/src/jrummikub/model/ITable.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/jrummikub/model/ITable.java')
-rw-r--r--src/jrummikub/model/ITable.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jrummikub/model/ITable.java b/src/jrummikub/model/ITable.java
index 08ca242..16fd4d3 100644
--- a/src/jrummikub/model/ITable.java
+++ b/src/jrummikub/model/ITable.java
@@ -13,4 +13,6 @@ public interface ITable extends IStoneTray<StoneSet> {
/** Tests the Table for rule conflicts by checking all the {@link StoneSet} */
public boolean isValid();
+ StoneSet findStoneSet(Stone stone);
+
} \ No newline at end of file