Class IntDice

java.lang.Object
schule.ngb.bm.dice.IntDice

public class IntDice extends Object
  • Constructor Details

    • IntDice

      public IntDice()
    • IntDice

      public IntDice(int pPips)
    • IntDice

      public IntDice(int pPips, int pStep)
    • IntDice

      public IntDice(int[] pSides)
  • Method Details

    • getPips

      public int getPips()
    • roll

      public void roll()