civquest
Class Player
java.lang.Object
civquest.Player
- public class Player
- extends java.lang.Object
Constructor Summary |
Player(java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Player
public Player(java.lang.String name)
getMinUsedPlayerID
public static int getMinUsedPlayerID()
getMaxUsedPlayerID
public static int getMaxUsedPlayerID()
getID
public int getID()
- Returns the unique id of this player.
- Returns:
- the unique id of this player
addNation
public void addNation(Nation nation)
getNationIterator
public java.util.Iterator getNationIterator()
toString
public java.lang.String toString()