Interface Roll

All Known Implementing Classes:
SimpleRoll

public interface Roll
A roll of a dice.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the value of this dice roll.
  • Method Details

    • value

      int value()
      Gets the value of this dice roll.
      Returns:
      The value of this dice roll.