net.sourceforge.simplegamenet.dice
Class DicePlayerScore
java.lang.Object
net.sourceforge.simplegamenet.dice.DicePlayerScore
- All Implemented Interfaces:
- Serializable
- public class DicePlayerScore
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DicePlayerScore
public DicePlayerScore()
setNewPoints
public void setNewPoints(int scoreNumber,
int score)
getPoints
public int getPoints(int scoreNumber)
getPlayerTotal
public int[] getPlayerTotal()
getBonusFilled
public boolean getBonusFilled()
setBonusFilled
public void setBonusFilled(boolean bonusFilled)
getFOAKFilled
public boolean getFOAKFilled()
setFOAKFilled
public void setFOAKFilled(boolean fOAKFilled)
getFOAKPoints
public int getFOAKPoints(int scoreNumber)
getGrandTotal
public int getGrandTotal()
Copyright © 2003-2004 The 3 Belgians. All Rights Reserved.