From 157bd4f60635dc27d2c9baebea5589455b05f17b Mon Sep 17 00:00:00 2001 From: Jannis Harder Date: Wed, 25 May 2011 15:51:34 +0200 Subject: Tested and implemented scoring git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@272 72836036-5685-4462-b002-a69064685172 --- src/jrummikub/model/IRoundState.java | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/jrummikub/model/IRoundState.java') diff --git a/src/jrummikub/model/IRoundState.java b/src/jrummikub/model/IRoundState.java index 4dbcd9a..faed6cf 100644 --- a/src/jrummikub/model/IRoundState.java +++ b/src/jrummikub/model/IRoundState.java @@ -60,6 +60,15 @@ public interface IRoundState { */ public IPlayer getNthNextPlayer(int i); + /** + * Returns the nth player + * + * @param i + * player number + * @return nth player + */ + public IPlayer getNthPlayer(int i); + /** * Sets the player that will make the last turn before the round ends when * the heap is empty -- cgit v1.2.3