net.sourceforge.simplegamenet.dice
Class DiceAll

java.lang.Object
  extended bynet.sourceforge.simplegamenet.dice.DiceAll
All Implemented Interfaces:
Serializable

public class DiceAll
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DiceAll()
           
 
Method Summary
 int[] getDice()
           
 void holdDice(int diceNumber)
           
 int[] rollDice(boolean[] selectedDice)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiceAll

public DiceAll()
Method Detail

rollDice

public int[] rollDice(boolean[] selectedDice)

holdDice

public void holdDice(int diceNumber)

getDice

public int[] getDice()


Copyright © 2003-2004 The 3 Belgians. All Rights Reserved.