Interface BonusInfo
- All Known Implementing Classes:
BonusInfoImpl
public interface BonusInfo
Defines methods ued to access bonus info data
-
Method Summary
Modifier and TypeMethodDescriptionReturns the number of bonus ballsReturns a description of the bonus drumReturns the bonus range
-
Method Details
-
getBonusBalls
Integer getBonusBalls()Returns the number of bonus balls- Returns:
- the number of bonus balls
-
getBonusDrumType
BonusDrumType getBonusDrumType()Returns a description of the bonus drum- Returns:
- a description of the bonus drum
-
getBonusRange
String getBonusRange()Returns the bonus range- Returns:
- the bonus range
-